Fixed indent

This commit is contained in:
Falkirks 2014-08-16 11:03:40 -07:00
parent badbe75d58
commit 9fa7b9b5ea

View File

@ -283,8 +283,8 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
}
unset($this->hiddenPlayers[$player->getName()]);
if($player->isOnline()){
$player->spawnTo($this);
}
$player->spawnTo($this);
}
}
/**