Added multiple Player events using the new system

This commit is contained in:
Shoghi Cervantes
2014-03-14 01:51:10 +01:00
parent 279472b01a
commit 68abafef7a
15 changed files with 536 additions and 214 deletions

View File

@ -195,7 +195,7 @@ class Server{
}
if(($this->api instanceof ServerAPI) === true){
if(($this->api->chat instanceof ChatAPI) === true){
$this->api->chat->broadcast("Stopping server...");
Player::broadcastChat("Stopping server...");
}
}
$this->stop = true;