mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Removed GC Collector
This commit is contained in:
parent
9cd5a0c030
commit
04c3229835
@ -44,8 +44,6 @@ class ConsoleAPI{
|
|||||||
$this->loop->stop = true;
|
$this->loop->stop = true;
|
||||||
$this->loop->notify();
|
$this->loop->notify();
|
||||||
$this->loop->join();
|
$this->loop->join();
|
||||||
unset($this->loop);
|
|
||||||
gc_collect_cycles();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function defaultCommands($cmd, $params){
|
public function defaultCommands($cmd, $params){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user