mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-01 23:59:53 +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(){
|
public function run(){
|
||||||
while($this->stop !== true){
|
while($this->stop !== true){
|
||||||
usleep(1);
|
usleep(2000);
|
||||||
$r = array($socket = $this->socket);
|
$r = array($socket = $this->socket);
|
||||||
$w = null;
|
$w = null;
|
||||||
$e = null;
|
$e = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user