small fixes

This commit is contained in:
kremsy
2014-02-01 20:25:20 +01:00
committed by Steffen Schröder
parent 6a1a014696
commit 5ae3e43097
3 changed files with 8 additions and 4 deletions

View File

@ -322,7 +322,6 @@ class ServerSettings implements ConfiguratorMenu, CallbackListener {
* @return bool
*/
private function applyNewServerSettings(array $newSettings, Player $player) {
var_dump($newSettings);
if (!$newSettings) {
return true;
}