New console output formatting

This commit is contained in:
Shoghi Cervantes
2015-06-09 14:40:40 +02:00
parent ac2bcf7e30
commit 7cf5df7e46
7 changed files with 46 additions and 13 deletions

View File

@ -178,4 +178,8 @@ class RCONInstance extends Thread{
unset($this->socket, $this->cmd, $this->response, $this->stop);
exit(0);
}
public function getThreadName(){
return "RCON";
}
}