mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +00:00
Fixed indent
This commit is contained in:
parent
badbe75d58
commit
9fa7b9b5ea
@ -283,8 +283,8 @@ class Player extends Human implements CommandSender, InventoryHolder, IPlayer{
|
|||||||
}
|
}
|
||||||
unset($this->hiddenPlayers[$player->getName()]);
|
unset($this->hiddenPlayers[$player->getName()]);
|
||||||
if($player->isOnline()){
|
if($player->isOnline()){
|
||||||
$player->spawnTo($this);
|
$player->spawnTo($this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user