mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Removed GC Collector
This commit is contained in:
@ -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){
|
||||||
|
Reference in New Issue
Block a user