Cleaned and improved some event stuff

This commit is contained in:
2025-05-26 13:11:27 -05:00
parent c1d8dd46d8
commit d6a2f4b567
27 changed files with 296 additions and 108 deletions

View File

@@ -106,8 +106,6 @@ func build(
# Merge with our dictionary
dict.merge(subDict)
print("Trans context before key prepend: ", dict)
if key != "":
# Now prepend the parent key to all keys in the dictionary
var newDict:Dictionary[String, String] = {}