Merge branch 'master' into mcpe-1.6-master

This commit is contained in:
Dylan K. Taylor
2018-08-26 18:06:18 +01:00
15 changed files with 75 additions and 70 deletions

View File

@ -177,7 +177,7 @@ class RCONInstance extends Thread{
$disconnect[$id] = $sock;
break;
}
if(strlen($payload) > 0){
if($payload !== ""){
$this->cmd = ltrim($payload);
$this->synchronized(function(){
$this->notifier->wakeupSleeper();