mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Merge pull request #930 from beN39sGroup/master
This commit is contained in:
@ -19,10 +19,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
/***REM_START***/
|
||||
require_once(dirname(__FILE__)."/src/config.php");
|
||||
|
||||
//Language Support
|
||||
require_once(FILE_PATH . "/src/language/en_us.php");
|
||||
|
||||
require_once(FILE_PATH."/src/functions.php");
|
||||
@ -33,4 +32,4 @@ $server = new ServerAPI();
|
||||
$server->start();
|
||||
|
||||
kill(getmypid()); //Fix for ConsoleAPI being blocked
|
||||
exit(0);
|
||||
exit(0);
|
||||
|
Reference in New Issue
Block a user