forked from ChomeNS/chipmunkmod
remove fullbright
This commit is contained in:
parent
2feee9503d
commit
e61407fa22
2 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,7 @@ public class Configuration {
|
||||||
public CommandCore core = new CommandCore();
|
public CommandCore core = new CommandCore();
|
||||||
public Bots bots = new Bots();
|
public Bots bots = new Bots();
|
||||||
public CustomChat customChat = new CustomChat();
|
public CustomChat customChat = new CustomChat();
|
||||||
public boolean fullbright = true; // should this be false?
|
public boolean fullbright = true; // unused, but it is here for old configs
|
||||||
public String autoSkinUsername = "off";
|
public String autoSkinUsername = "off";
|
||||||
|
|
||||||
public static class CommandManager {
|
public static class CommandManager {
|
||||||
|
|
|
@ -33,7 +33,5 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"fullbright": true,
|
|
||||||
|
|
||||||
"autoSkinUsername": "off"
|
"autoSkinUsername": "off"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue