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