Server: localize 'forcing server shutdown' message

This commit is contained in:
Dylan K. Taylor
2022-05-11 14:54:29 +01:00
parent db6abfb227
commit 3b7e274c34
5 changed files with 24 additions and 9 deletions

View File

@ -1444,7 +1444,7 @@ class Server{
}
if($this->isRunning){
$this->logger->emergency("Forcing server shutdown");
$this->logger->emergency($this->language->translate(KnownTranslationFactory::pocketmine_server_forcingShutdown()));
}
try{
if(!$this->isRunning()){