Make chunk loading status to be displayed using "/move" command

This commit is contained in:
BruceChen 2022-07-25 14:20:24 +08:00
parent ff014d2912
commit b0b45a74a0
5 changed files with 23 additions and 27 deletions

View file

@ -31,7 +31,6 @@ namespace MinecraftClient.Mapping
belowFoots = location;
belowFoots.Y = Math.Truncate(location.Y);
}
//Console.WriteLine("IsOnGround = " + IsOnGround(world, location));
if (!IsOnGround(world, location) && !IsSwimming(world, location))
{
while (!IsOnGround(world, belowFoots) &&