diff --git a/Minecraft.Client/TrackedEntity.cpp b/Minecraft.Client/TrackedEntity.cpp index 566b5d3b1..4d2538a14 100644 --- a/Minecraft.Client/TrackedEntity.cpp +++ b/Minecraft.Client/TrackedEntity.cpp @@ -653,7 +653,7 @@ shared_ptr TrackedEntity::getAddEntityPacket() PlayerUID xuid = INVALID_XUID; PlayerUID OnlineXuid = INVALID_XUID; - // do not pass xuid/onlinxuid to clients + // do not pass xuid/onlinexuid to clients //if( player != nullptr ) //{ // xuid = player->getXuid();