mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Fix ServerKiller and make it less useless (#122)
This commit is contained in:
@ -32,7 +32,7 @@ class ServerKiller extends Thread{
|
||||
}
|
||||
|
||||
public function run(){
|
||||
$start = time() + 1;
|
||||
$start = time();
|
||||
$this->synchronized(function(){
|
||||
$this->wait($this->time * 1000000);
|
||||
});
|
||||
|
Reference in New Issue
Block a user