mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fix bugs with picking up + lategame loot
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user