mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Firce exit(0)
This commit is contained in:
@ -21,6 +21,7 @@
|
||||
$server->load();
|
||||
$this->assertTrue(is_integer($server->event("server.start", array($this, "hook"))));
|
||||
$server->init();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
public function hook(){
|
||||
|
Reference in New Issue
Block a user