Fixed kick messages

This commit is contained in:
Shoghi Cervantes
2014-06-27 23:26:35 +02:00
parent 401d7342dd
commit cc36f8f997
4 changed files with 12 additions and 10 deletions

View File

@ -1635,7 +1635,7 @@ class Server{
$this->pluginManager->disablePlugins();
foreach($this->players as $player){
$player->close($player->getName() . " has left the game", $this->getProperty("settings.shutdown-message", "Server closed"));
$player->close(TextFormat::YELLOW . $player->getName() . " has left the game", $this->getProperty("settings.shutdown-message", "Server closed"));
}
foreach($this->getLevels() as $level){