Ejemplo n.º 1
0
 public function spawnToAll(Tile $t)
 {
     foreach ($this->server->api->player->getAll($t->level) as $player) {
         if ($player->eid !== false) {
             $t->spawn($player);
         }
     }
 }