mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Changed default debug level
This commit is contained in:
parent
84ac13d591
commit
5c7f397bde
@ -94,7 +94,7 @@ class ServerAPI{
|
|||||||
"memory-limit" => "256M",
|
"memory-limit" => "256M",
|
||||||
"last-update" => false,
|
"last-update" => false,
|
||||||
"white-list" => false,
|
"white-list" => false,
|
||||||
"debug" => 2,
|
"debug" => 1,
|
||||||
"max-players" => 20,
|
"max-players" => 20,
|
||||||
"server-type" => "normal",
|
"server-type" => "normal",
|
||||||
"time-per-second" => 20,
|
"time-per-second" => 20,
|
||||||
|
@ -78,7 +78,7 @@ class UDPSocket{
|
|||||||
|
|
||||||
public function read(){
|
public function read(){
|
||||||
if($this->connected === false){
|
if($this->connected === false){
|
||||||
return false;
|
return array(3 => false);
|
||||||
}
|
}
|
||||||
$source = false;
|
$source = false;
|
||||||
$port = 1; //$source and $port will be overwritten
|
$port = 1; //$source and $port will be overwritten
|
||||||
|
Loading…
x
Reference in New Issue
Block a user