Removed some remaining references, removed duplicated code on Anvil

This commit is contained in:
Shoghi Cervantes
2015-04-19 16:45:45 +02:00
parent 897774f848
commit 6ed63edd89
7 changed files with 13 additions and 76 deletions

View File

@@ -581,7 +581,7 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
}
}
public function sendChunk($x, $z, &$payload){
public function sendChunk($x, $z, $payload){
if($this->connected === false){
return;
}