diff --git a/Project Reboot 3.0/events.h b/Project Reboot 3.0/events.h index 0068514..8b5b5c7 100644 --- a/Project Reboot 3.0/events.h +++ b/Project Reboot 3.0/events.h @@ -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()