= 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
+2 -2
View File
@@ -11,7 +11,7 @@ import dataStructures.Pair;
public class LocCommands extends BaseLocFile implements IConfigSection
{
// Defined const variables
public static final String HeaderName = "Localized Commands";
public static final String header = "Localized Commands";
public static final String function = "LocCommands.stub";
// Instance
@@ -20,7 +20,7 @@ public class LocCommands extends BaseLocFile implements IConfigSection
// Constructor
public LocCommands()
{
super(HeaderName, function);
super(header, function);
GlobalLog.log(LogFilter.Core, "Initializing " + this.getClass().getSimpleName());