mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
New console output formatting
This commit is contained in:
@ -30,4 +30,8 @@ class ServerKiller extends Thread{
|
||||
echo "\nTook to long to stop, server was killed forcefully!\n";
|
||||
@\pocketmine\kill(getmypid());
|
||||
}
|
||||
|
||||
public function getThreadName(){
|
||||
return "Server Killer";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user