mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Removed killing php to end the process
This commit is contained in:
@@ -35,5 +35,4 @@ require_once(FILE_PATH."/src/dependencies.php");
|
||||
$server = new ServerAPI();
|
||||
$server->run();
|
||||
|
||||
|
||||
kill(getmypid()); //Fix for segfault
|
||||
exit(0);
|
Reference in New Issue
Block a user