from retail

This commit is contained in:
NoM0Re
2025-01-10 14:15:01 +01:00
parent 9e2bffcd20
commit b89c221c34
12 changed files with 113 additions and 69 deletions
+3 -3
View File
@@ -1563,11 +1563,11 @@ function GenericTrigger.Add(data, region)
else
tinsert(trigger_events, event)
end
if trigger.custom_type == "status" or trigger.custom_type == "stateupdate" then
force_events = data.information.forceEvents or "STATUS"
end
end
end
if trigger.custom_type == "status" or trigger.custom_type == "stateupdate" then
force_events = data.information.forceEvents or "STATUS"
end
if (trigger.custom_type == "stateupdate") then
statesParameter = "full";
end