Bunny: additional check

This commit is contained in:
Zidras
2021-06-09 21:14:36 +01:00
committed by Bunny67
parent 67e2dfe60e
commit b47d7a1b47
+1 -1
View File
@@ -6059,7 +6059,7 @@ Private.event_prototypes = {
};
if not (DBM and tonumber(DBM.Revision) >= 7003) then
if not (DBM and (tonumber(DBM.Revision) or 0) >= 7003) then
Private.event_prototypes["DBM Announce"] = nil
Private.event_prototypes["DBM Timer"] = nil
end