mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +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(){
|
public function close(){
|
||||||
if(!$this->closed){
|
if(!$this->closed){
|
||||||
var_dump("CLOSED");
|
|
||||||
foreach($this->getInventory()->getViewers() as $player){
|
foreach($this->getInventory()->getViewers() as $player){
|
||||||
$this->getInventory()->close($player);
|
$this->getInventory()->close($player);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user