mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-03-27 09:58:13 +05:00
December 2014 files
This commit is contained in:
@@ -35,7 +35,7 @@ AddPlayerPacket::~AddPlayerPacket()
|
||||
AddPlayerPacket::AddPlayerPacket(shared_ptr<Player> player, PlayerUID xuid, PlayerUID OnlineXuid,int xp, int yp, int zp, int yRotp, int xRotp, int yHeadRotp)
|
||||
{
|
||||
id = player->entityId;
|
||||
name = player->name;
|
||||
name = player->getName();
|
||||
|
||||
// 4J Stu - Send "previously sent" value of position as well so that we stay in sync
|
||||
x = xp;//Mth::floor(player->x * 32);
|
||||
|
||||
Reference in New Issue
Block a user