Perform arm animation when breaking blocks (#1254)

This commit is contained in:
ORelio 2020-09-13 16:33:25 +02:00
parent 9bfb2bf6c7
commit b1233ace7c
3 changed files with 8 additions and 5 deletions

View file

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