mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 01:16:15 +00:00
Remove duplicate call to gc_collect_cycles
This is already done in forceShutdown(), and if it is not then the process will have committed suicide and this will never be called anyway. Either way, it's useless.
This commit is contained in:
@ -2042,8 +2042,6 @@ class Server{
|
||||
|
||||
$this->tickProcessor();
|
||||
$this->forceShutdown();
|
||||
|
||||
gc_collect_cycles();
|
||||
}
|
||||
|
||||
public function handleSignal($signo){
|
||||
|
Reference in New Issue
Block a user