Merge branch 'release/3.0' into release/3.1

This commit is contained in:
Dylan K. Taylor
2018-08-25 17:49:14 +01:00
6 changed files with 21 additions and 34 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();