More powerAction work.

This commit is contained in:
2024-08-18 15:51:30 -04:00
parent 362958c0f1
commit 1638804f1f
+1 -1
View File
@@ -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;