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