From 4ec2bed44d2a73bc864153fb2b0e0193637ad10a Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Sat, 27 Apr 2013 01:02:30 +0200 Subject: [PATCH] More fix --- src/API/ConsoleAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/API/ConsoleAPI.php b/src/API/ConsoleAPI.php index 4f259e974..68f52b650 100644 --- a/src/API/ConsoleAPI.php +++ b/src/API/ConsoleAPI.php @@ -253,7 +253,7 @@ class ConsoleLoop extends Thread{ public function stop(){ $this->stop = true; - if(HAS_EVENT){ + if(HAS_EVENT and false){ $this->base->stop(); } }