Remove dead setting.

Fixes #2465
This commit is contained in:
KHobbits 2012-09-08 20:41:38 +01:00
parent 9c9d4e1da5
commit 8c4d6ad4df
2 changed files with 0 additions and 8 deletions

View file

@ -531,11 +531,6 @@ public class Settings implements ISettings
return newSigns;
}
@Override
public boolean spawnIfNoHome()
{
return config.getBoolean("spawn-if-no-home", false);
}
private boolean warnOnBuildDisallow;
private boolean _warnOnBuildDisallow()

View file

@ -333,9 +333,6 @@ max-fly-speed: 0.8
# +------------------------------------------------------+ #
############################################################
# If no home is set, send players to spawn when /home is used
spawn-if-no-home: true
# Allows people to set their bed at daytime
update-bed-at-daytime: true