Logging point - TEMP

This commit is contained in:
2025-01-19 14:49:04 -06:00
parent 627255ce3d
commit 7ed5431c99
+2
View File
@@ -153,6 +153,8 @@ public class PowersParser {
ActionEntry actionEntry; ActionEntry actionEntry;
List<String> arguments; List<String> arguments;
Matcher argumentMatcher; Matcher argumentMatcher;
if(power.powerBase.equalsIgnoreCase("none"))
continue;
String loggerString = "PARSING: " + power.powerBase + " KEY: " + key; String loggerString = "PARSING: " + power.powerBase + " KEY: " + key;
Logger.info(loggerString); Logger.info(loggerString);
switch (key) { switch (key) {