Merge branch 'release/3.2'

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