Pārlūkot izejas kodu

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

nossr50 14 gadi atpakaļ
vecāks
revīzija
af8c4772fc
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      vMinecraftSettings.java

+ 1 - 0
vMinecraftSettings.java

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