forked from MagicBane/Server
Debug code added
This commit is contained in:
@@ -153,8 +153,11 @@ public class PowersParser {
|
||||
ActionEntry actionEntry;
|
||||
List<String> arguments;
|
||||
Matcher argumentMatcher;
|
||||
int blah = 0;
|
||||
|
||||
if (power.focusLine.equalsIgnoreCase("none"))
|
||||
continue;
|
||||
blah = 1;
|
||||
|
||||
String loggerString = "PARSING: " + power.focusLine + " KEY: " + key;
|
||||
try {
|
||||
switch (key) {
|
||||
|
||||
Reference in New Issue
Block a user