mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Removed debug call
This commit is contained in:
parent
15de0eece7
commit
481e2b08ee
@ -228,7 +228,6 @@ class Human extends Creature implements ProjectileSource, InventoryHolder{
|
||||
|
||||
public function close(){
|
||||
if(!$this->closed){
|
||||
var_dump("CLOSED");
|
||||
foreach($this->getInventory()->getViewers() as $player){
|
||||
$this->getInventory()->close($player);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user