mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Fixed a server crash related to #162
This commit is contained in:
parent
174160c65c
commit
c5326131a2
@ -109,7 +109,6 @@ class ConsoleAPI{
|
||||
}
|
||||
$this->server->api->setProperty("difficulty", (int) $s);
|
||||
$output .= "Difficulty changed to ".$this->server->difficulty."\n";
|
||||
loadConfig(true);
|
||||
break;
|
||||
case "say":
|
||||
$s = implode(" ", $params);
|
||||
|
Loading…
x
Reference in New Issue
Block a user