More PowerEntry work.

This commit is contained in:
2024-08-18 16:28:07 -04:00
parent 4b888b3d92
commit 0ee7269c8f
+2 -1
View File
@@ -149,7 +149,8 @@ public class PowersParser {
case "GRANTOVERRIDEVAR":
powerEntry.grantOverrideVar = lineValues[1].trim();
break;
case "DESCRIPTION":
powerEntry.description.add(lineValues[1].trim());
default:
Logger.error("Unhandled variable type:" + key);
}