Added 4 RCON threads

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-22 14:29:30 +02:00
parent 1cb3e25bf9
commit d08807abaf
4 changed files with 20 additions and 2 deletions

View File

@ -35,4 +35,5 @@ require_once(FILE_PATH."/src/dependencies.php");
$server = new ServerAPI();
$server->start();
kill(getmypid()); //Fix for ConsoleAPI being blocked
exit(0);