mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Added AsyncTask::onCompletion()
This commit is contained in:
@ -1635,7 +1635,7 @@ class Server{
|
||||
$this->pluginManager->disablePlugins();
|
||||
|
||||
foreach($this->players as $player){
|
||||
$player->close($this->getProperty("settings.shutdown-message", "Server closed"), "server closed");
|
||||
$player->close($player->getName() . " has left the game", $this->getProperty("settings.shutdown-message", "Server closed"));
|
||||
}
|
||||
|
||||
foreach($this->getLevels() as $level){
|
||||
|
Reference in New Issue
Block a user