This commit is contained in:
Shoghi Cervantes Pueyo
2013-03-20 18:39:24 +01:00
parent 58c258d422
commit 698515f31b
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ class EntityAPI{
return false;
}
foreach($this->server->api->player->getAll() as $player){
if($player->eid !== false){
if($player->eid !== false and $player->eid !== $eid){
$e->spawn($player);
}
}