Only hide for older version of DBM

Newer backports of DBM that have correct fireEvent in their core.lua should be able to use these triggers
This commit is contained in:
Zidras
2021-06-09 13:58:50 +01:00
committed by Bunny67
parent eccf063181
commit 31ad61fe5f
+4 -2
View File
@@ -6059,8 +6059,10 @@ Private.event_prototypes = {
};
Private.event_prototypes["DBM Announce"] = nil
Private.event_prototypes["DBM Timer"] = nil
if (DBM and tonumber(DBM.Revision) < 7003) then
Private.event_prototypes["DBM Announce"] = nil
Private.event_prototypes["DBM Timer"] = nil
end
Private.event_prototypes["BigWigs Message"] = nil
Private.event_prototypes["BigWigs Timer"] = nil