mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
fix dumb typo
This commit is contained in:
parent
993052409a
commit
5b4eacc8f1
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue