fix bugs with picking up + lategame loot

This commit is contained in:
Milxnor
2023-04-20 19:36:49 -04:00
parent 0ed3615415
commit 5b930c7328
9 changed files with 58 additions and 25 deletions

View File

@@ -287,6 +287,11 @@ static inline bool HasEvent()
return GetOurEvent().Version == Fortnite_Version;
}
static inline bool RequiresEventPlaylist()
{
return false; // todo
}
static inline UObject* GetEventScripting()
{
Event OurEvent;