This commit is contained in:
Shoghi Cervantes Pueyo 2013-04-27 01:02:30 +02:00
parent 2a4d2a92ab
commit 4ec2bed44d

View File

@ -253,7 +253,7 @@ class ConsoleLoop extends Thread{
public function stop(){ public function stop(){
$this->stop = true; $this->stop = true;
if(HAS_EVENT){ if(HAS_EVENT and false){
$this->base->stop(); $this->base->stop();
} }
} }