mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Fixed the Socket error at close
This commit is contained in:
@ -46,7 +46,7 @@ class MinecraftInterface{
|
||||
}
|
||||
|
||||
public function close(){
|
||||
return $this->socket->close();
|
||||
return $this->socket->close(false);
|
||||
}
|
||||
|
||||
protected function getStruct($pid){
|
||||
|
Reference in New Issue
Block a user