mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 11:58:00 +00:00
More fix
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user