mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +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:
parent
3ddfb97921
commit
3692ddab1d
@ -2042,8 +2042,6 @@ class Server{
|
||||
|
||||
$this->tickProcessor();
|
||||
$this->forceShutdown();
|
||||
|
||||
gc_collect_cycles();
|
||||
}
|
||||
|
||||
public function handleSignal($signo){
|
||||
|
Loading…
x
Reference in New Issue
Block a user