you forgot something

This commit is contained in:
notsamicc
2023-06-23 15:28:05 +01:00
committed by GitHub
parent e3b1e8f4ec
commit d05ba217f9

View File

@@ -1307,6 +1307,7 @@ void AFortGameModeAthena::Athena_HandleStartingNewPlayerHook(AFortGameModeAthena
Parts[(int)EFortCustomPartType::Head] = headPart;
Parts[(int)EFortCustomPartType::Body] = bodyPart;
Parts[(int)EFortCustomPartType::Backpack] = backpackPart;
static auto OnRep_CharacterPartsFn = FindObject<UFunction>(L"/Script/FortniteGame.FortPlayerState.OnRep_CharacterParts");
PlayerStateAthena->ProcessEvent(OnRep_CharacterPartsFn);
@@ -1504,4 +1505,4 @@ void AFortGameModeAthena::SetZoneToIndexHook(AFortGameModeAthena* GameModeAthena
{
LOG_INFO(LogDev, "OverridePhaseMaybeIDFK: {}", OverridePhaseMaybeIDFK);
return SetZoneToIndexOriginal(GameModeAthena, OverridePhaseMaybeIDFK);
}
}