Update Config.java

This commit is contained in:
rourke750 2013-08-11 15:47:44 -04:00
parent b21591190e
commit db5efc9ffb
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ public class Config
cfg.set("remount-delay-ticks", remountDelayTicks);
cfg.set("dynmap-border-enabled", dynmapEnable);
cfg.set("dynmap-border-message", dynmapMessage);
cfg.set("Player-killed-bad-spawn", killplayer);
cfg.set("player-killed-bad-spawn", killplayer);
cfg.set("worlds", null);
Iterator world = borders.entrySet().iterator();