mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Changed default debug level
This commit is contained in:
parent
84ac13d591
commit
5c7f397bde
@ -94,7 +94,7 @@ class ServerAPI{
|
||||
"memory-limit" => "256M",
|
||||
"last-update" => false,
|
||||
"white-list" => false,
|
||||
"debug" => 2,
|
||||
"debug" => 1,
|
||||
"max-players" => 20,
|
||||
"server-type" => "normal",
|
||||
"time-per-second" => 20,
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user