Player: Remove useless assignments from constructor

This commit is contained in:
Dylan K. Taylor 2018-01-24 18:22:23 +00:00
parent 41592a04b7
commit 7d88a8b315

View File

@ -697,9 +697,6 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
$this->setLevel($this->server->getDefaultLevel());
$this->boundingBox = new AxisAlignedBB(0, 0, 0, 0, 0, 0);
$this->uuid = null;
$this->rawUUID = null;
$this->creationTime = microtime(true);
$this->allowMovementCheats = (bool) $this->server->getProperty("player.anti-cheat.allow-movement-cheats", false);