Fixed a server crash related to #162

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-25 20:26:20 +01:00
parent 174160c65c
commit c5326131a2

View File

@ -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);