mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Removed self-kill [will it blend?]
This commit is contained in:
parent
8dcb404bce
commit
a07ae731e3
@ -28,8 +28,6 @@ class ServerSuiteTest extends PHPUnit_Framework_TestCase{
|
||||
$this->server->load();
|
||||
$this->assertTrue(is_integer($this->server->event("server.start", array($this, "hook"))));
|
||||
$this->server->init();
|
||||
|
||||
kill(getmypid()); //Fix for ConsoleAPI being blocked
|
||||
exit(0);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user