fix dumb typo

This commit is contained in:
blockplace1232 2026-03-24 15:26:43 +00:00 committed by GitHub
parent 993052409a
commit 5b4eacc8f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -653,7 +653,7 @@ shared_ptr<Packet> TrackedEntity::getAddEntityPacket()
PlayerUID xuid = INVALID_XUID; PlayerUID xuid = INVALID_XUID;
PlayerUID OnlineXuid = INVALID_XUID; PlayerUID OnlineXuid = INVALID_XUID;
// do not pass xuid/onlinxuid to cleints // do not pass xuid/onlinxuid to clients
//if( player != nullptr ) //if( player != nullptr )
//{ //{
// xuid = player->getXuid(); // xuid = player->getXuid();