mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 12:04:46 +00:00
Workaround client-sede issue, remove this when fixed
This commit is contained in:
@@ -2204,7 +2204,9 @@ class Server{
|
||||
if($this->isRunning === false){
|
||||
return;
|
||||
}
|
||||
$this->sendUsage(SendUsageTask::TYPE_CLOSE);
|
||||
if($this->sendUsageTicker > 0){
|
||||
$this->sendUsage(SendUsageTask::TYPE_CLOSE);
|
||||
}
|
||||
$this->hasStopped = false;
|
||||
|
||||
ini_set("error_reporting", 0);
|
||||
|
Reference in New Issue
Block a user