Debug string updated

This commit is contained in:
2024-08-19 07:12:06 -04:00
parent 31f8b5a294
commit 760b2c3df1
+1 -1
View File
@@ -231,7 +231,7 @@ public class PowersParser {
case "WEAROFFEFFECTSELF":
break;
default:
Logger.error("Unhandled variable type:" + key);
Logger.error("Unhandled variable type:" + key + " for power: " + powerEntry.power_id);
}
}