mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Fixed a weird, random, pthreads-caused crash
This commit is contained in:
@ -33,6 +33,6 @@ require_once(FILE_PATH."/src/dependencies.php");
|
||||
/***REM_END***/
|
||||
|
||||
$server = new ServerAPI();
|
||||
$server->run();
|
||||
$server->start();
|
||||
|
||||
exit(0);
|
Reference in New Issue
Block a user