Calulate dig range using eyes location (#1228)

This commit is contained in:
ORelio 2020-08-24 00:06:52 +02:00
parent ee164dfcc2
commit 70c991cd30
3 changed files with 11 additions and 2 deletions

View file

@ -885,7 +885,7 @@ namespace MinecraftClient
}
/// <summary>
/// Get the current location of the player
/// Get the current location of the player (Feets location)
/// </summary>
/// <returns>Minecraft world or null if associated setting is disabled</returns>
protected Mapping.Location GetCurrentLocation()