mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 10:52:22 +01:00
fix winning 1.11, added cheat listplayers
This commit is contained in:
@@ -62,7 +62,8 @@ bool AFortGameStateAthena::IsRespawningAllowed(AFortPlayerState* PlayerState) //
|
||||
|
||||
if (!IsRespawningAllowedFn)
|
||||
{
|
||||
auto CurrentPlaylist = GetCurrentPlaylist();
|
||||
static auto CurrentPlaylistDataOffset = GetOffset("CurrentPlaylistData", false);
|
||||
auto CurrentPlaylist = CurrentPlaylistDataOffset == -1 && Fortnite_Version < 6 ? nullptr : GetCurrentPlaylist();
|
||||
|
||||
if (!CurrentPlaylist)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user