= Configs updating

This commit is contained in:
Matthew Cech
2019-11-02 19:13:26 -08:00
parent ee60721897
commit 7f2251732e
5 changed files with 92 additions and 5 deletions
+1
View File
@@ -28,6 +28,7 @@ public class Config
sections = new Vector<IConfigSection>();
// Add all sections
sections.add(new ConfigGlobals());
sections.add(new LocCommands());
sections.add(new LocStrings());
sections.add(new CommandEnabler());