mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 15:49:54 +00:00
Fixed #926 [gh#926]
This commit is contained in:
parent
079d24055d
commit
c7168a6c64
@ -132,7 +132,7 @@ class RCONInstance extends Thread{
|
||||
|
||||
public function run(){
|
||||
while($this->stop !== true){
|
||||
usleep(1);
|
||||
usleep(2000);
|
||||
$r = array($socket = $this->socket);
|
||||
$w = null;
|
||||
$e = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user