mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-09 11:31:49 +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){}
|
}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->forceShutdown();
|
||||||
$this->isRunning = false;
|
$this->isRunning = false;
|
||||||
@Utils::kill(getmypid());
|
@Utils::kill(getmypid());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user