mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
fix 9.41 monster event issue
This commit is contained in:
@@ -476,7 +476,7 @@ static inline Event GetOurEvent()
|
|||||||
|
|
||||||
static inline bool HasEvent()
|
static inline bool HasEvent()
|
||||||
{
|
{
|
||||||
return GetOurEvent().Version == Fortnite_Version;
|
return GetOurEvent().Version == Fortnite_Version || Fortnite_Version == 9.41;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool RequiresEventPlaylist()
|
static inline bool RequiresEventPlaylist()
|
||||||
|
|||||||
Reference in New Issue
Block a user