More powerAction work.
This commit is contained in:
@@ -124,7 +124,7 @@ public class PowersParser {
|
||||
switch (key) {
|
||||
case "ACTION":
|
||||
powerAction = new PowerAction();
|
||||
arguments = lineValues[1].split(" ");
|
||||
arguments = lineValues[1].trim().split(" ");
|
||||
powerAction.effect_id = arguments[0];
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user