mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
New console output formatting
This commit is contained in:
@ -178,4 +178,8 @@ class RCONInstance extends Thread{
|
||||
unset($this->socket, $this->cmd, $this->response, $this->stop);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
public function getThreadName(){
|
||||
return "RCON";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user