RCON: register autoloader on RCON threads

fixes #1993
Interesting that this bug was never noticed before. Maybe because of the class getting loaded by PocketMine.php previously.
This commit is contained in:
Dylan K. Taylor 2018-02-04 22:24:19 +00:00
parent bf3f5532ac
commit a52a2f6d26

View File

@ -95,7 +95,7 @@ class RCONInstance extends Thread{
}
public function run(){
$this->registerClassLoader();
while($this->stop !== true){
$this->synchronized(function(){
$this->wait(2000);