remove fullbright

This commit is contained in:
Chayapak 2023-08-13 19:25:03 +07:00
parent 2feee9503d
commit e61407fa22
2 changed files with 1 additions and 3 deletions

View file

@ -10,7 +10,7 @@ public class Configuration {
public CommandCore core = new CommandCore();
public Bots bots = new Bots();
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 static class CommandManager {

View file

@ -33,7 +33,5 @@
}
},
"fullbright": true,
"autoSkinUsername": "off"
}