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