Somehow I forgot to add this when making /freeze >.>

This commit is contained in:
nossr50 2010-12-15 16:40:23 -08:00
parent 6d8214e655
commit af8c4772fc

View File

@ -158,6 +158,7 @@ public class vMinecraftSettings {
ignore = properties.getBoolean("ignore",true); ignore = properties.getBoolean("ignore",true);
colors = properties.getBoolean("colors",true); colors = properties.getBoolean("colors",true);
nick = properties.getBoolean("nick",true); nick = properties.getBoolean("nick",true);
freeze = properties.getBoolean("freeze",true);
cmdFabulous = properties.getBoolean("/fabulous",true); cmdFabulous = properties.getBoolean("/fabulous",true);
cmdPromote = properties.getBoolean("/promote",true); cmdPromote = properties.getBoolean("/promote",true);
cmdDemote = properties.getBoolean("/demote",true); cmdDemote = properties.getBoolean("/demote",true);