This commit is contained in:
Shoghi Cervantes 2013-06-16 17:28:12 +02:00
parent 155c918bb8
commit d0a021de73

View File

@ -135,7 +135,10 @@ class Entity extends Position{
$this->size = 1; $this->size = 1;
if($this->type === OBJECT_PAINTING){ if($this->type === OBJECT_PAINTING){
$this->isStatic = true; $this->isStatic = true;
}elseif($this->type === OBJECT_ARROW){
$this->server->schedule(1210, array($this, "update")); //Despawn
} }
$this->update();
break; break;
} }
$this->updateLast(); $this->updateLast();