mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Server: remove dead code from forceShutdown()
This commit is contained in:
parent
4d743ade45
commit
1e4a97f921
@ -2235,9 +2235,6 @@ class Server{
|
||||
}catch(\Throwable $e){}
|
||||
}
|
||||
|
||||
//$this->checkMemory();
|
||||
//$dump .= "Memory Usage Tracking: \r\n" . chunk_split(base64_encode(gzdeflate(implode(";", $this->memoryStats), 9))) . "\r\n";
|
||||
|
||||
$this->forceShutdown();
|
||||
$this->isRunning = false;
|
||||
@Utils::kill(getmypid());
|
||||
|
Loading…
x
Reference in New Issue
Block a user