Iterate through all effects for action

This commit is contained in:
2025-02-20 14:13:13 -05:00
parent fac426a09c
commit 99acc4736f
5 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public class PowerActionParser {
while (matcher.find()) {
PowerAction powerAction = parsePowerActionEntry(matcher.group().trim());
WpakPowerManager.power_actions.put(Hasher.SBStringHash(powerAction.action_id),powerAction);
WpakPowerManager._powerActionLookup.put(Hasher.SBStringHash(powerAction.action_id), powerAction);
}
}