More PowerEntry work.

This commit is contained in:
2024-08-19 05:44:03 -04:00
parent aaf84d13f8
commit 07da5cb77c
+2 -1
View File
@@ -170,8 +170,9 @@ public class PowersParser {
powerEntry.grantOverrideVar = lineValues[1].trim();
break;
case "DESCRIPTION":
case "CATEGORY":
powerEntry.description.add(lineValues[1].trim());
case "CATEGORY":
powerEntry.category = lineValues[1].trim();
break;
case "CURVE":
arguments = lineValues[1].trim().split(" ");