forked from MagicBane/Server
Logging point - TEMP
This commit is contained in:
@@ -153,6 +153,8 @@ public class PowersParser {
|
||||
ActionEntry actionEntry;
|
||||
List<String> arguments;
|
||||
Matcher argumentMatcher;
|
||||
if(power.powerBase.equalsIgnoreCase("none"))
|
||||
continue;
|
||||
String loggerString = "PARSING: " + power.powerBase + " KEY: " + key;
|
||||
Logger.info(loggerString);
|
||||
switch (key) {
|
||||
|
||||
Reference in New Issue
Block a user