Removed debug call

This commit is contained in:
Shoghi Cervantes 2014-10-20 12:05:40 +02:00
parent 15de0eece7
commit 481e2b08ee

View File

@ -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);
}