mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
test with debug
This commit is contained in:
parent
feea39a97f
commit
06ce84e275
@ -5,7 +5,7 @@
|
|||||||
private $server;
|
private $server;
|
||||||
public function testStart(){
|
public function testStart(){
|
||||||
define("NO_THREADS", true);
|
define("NO_THREADS", true);
|
||||||
define("DEBUG", -1); //No output
|
//define("DEBUG", -1); //No output
|
||||||
require_once(dirname(__FILE__)."/../dependencies.php");
|
require_once(dirname(__FILE__)."/../dependencies.php");
|
||||||
require_once(FILE_PATH."/src/functions.php");
|
require_once(FILE_PATH."/src/functions.php");
|
||||||
require_once(FILE_PATH."/src/dependencies.php");
|
require_once(FILE_PATH."/src/dependencies.php");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user