mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 08:56:15 +00:00
Server starts!
This commit is contained in:
@ -38,7 +38,7 @@ class AsyncWorker extends Worker{
|
||||
public function run(){
|
||||
$this->registerClassLoader();
|
||||
gc_enable();
|
||||
ini_set("memory_limit", -1);
|
||||
ini_set("memory_limit", '-1');
|
||||
|
||||
global $store;
|
||||
$store = [];
|
||||
|
Reference in New Issue
Block a user