mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 03:51:37 +00:00
Changed default debug level
This commit is contained in:
@@ -78,7 +78,7 @@ class UDPSocket{
|
||||
|
||||
public function read(){
|
||||
if($this->connected === false){
|
||||
return false;
|
||||
return array(3 => false);
|
||||
}
|
||||
$source = false;
|
||||
$port = 1; //$source and $port will be overwritten
|
||||
|
Reference in New Issue
Block a user