mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-16 18:59:00 +00:00
Spelling fix
This commit is contained in:
parent
f1cc8ddde4
commit
1a9ec65983
@ -33,11 +33,11 @@ class ServerKiller extends Thread{
|
|||||||
|
|
||||||
public function run(){
|
public function run(){
|
||||||
sleep($this->time);
|
sleep($this->time);
|
||||||
echo "\nTook to long to stop, server was killed forcefully!\n";
|
echo "\nTook too long to stop, server was killed forcefully!\n";
|
||||||
@\pocketmine\kill(getmypid());
|
@\pocketmine\kill(getmypid());
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getThreadName(){
|
public function getThreadName(){
|
||||||
return "Server Killer";
|
return "Server Killer";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user