fix 9.41 monster event issue

This commit is contained in:
Twin1
2023-10-13 09:55:53 -05:00
parent 15647635f1
commit 1e3e59889d

View File

@@ -476,7 +476,7 @@ static inline Event GetOurEvent()
static inline bool HasEvent()
{
return GetOurEvent().Version == Fortnite_Version;
return GetOurEvent().Version == Fortnite_Version || Fortnite_Version == 9.41;
}
static inline bool RequiresEventPlaylist()