fixed some versions

This commit is contained in:
Milxnor
2023-03-22 19:17:02 -04:00
parent d5bbca9add
commit bfa6df32a9
6 changed files with 102 additions and 41 deletions

View File

@@ -45,7 +45,7 @@ static void SetZoneToIndexHook(AFortGameModeAthena* GameModeAthena, int Override
{
bFilledDurations = true;
auto CurrentPlaylist = GetPlaylistToUse();
auto CurrentPlaylist = GameState->GetCurrentPlaylist();
UCurveTable* FortGameData = nullptr;
static auto GameDataOffset = CurrentPlaylist->GetOffset("GameData");