diff --git a/src/API/ConsoleAPI.php b/src/API/ConsoleAPI.php index ec462217a..15922b65f 100644 --- a/src/API/ConsoleAPI.php +++ b/src/API/ConsoleAPI.php @@ -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);