Changes in Entity events

This commit is contained in:
Shoghi Cervantes Pueyo
2013-01-05 18:30:29 +01:00
parent 683c05f206
commit c1aec49ad1
5 changed files with 23 additions and 20 deletions

View File

@@ -156,7 +156,7 @@ class PocketMinecraftServer extends stdClass{
$this->chat(false, "Stopping server...");
$this->save(true);
$this->stop = true;
$this->trigger("server.close");
$this->trigger("server.close", $reason);
$this->interface->close();
}
}