mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 02:42:22 +01:00
you forgot something
This commit is contained in:
@@ -1307,6 +1307,7 @@ void AFortGameModeAthena::Athena_HandleStartingNewPlayerHook(AFortGameModeAthena
|
|||||||
|
|
||||||
Parts[(int)EFortCustomPartType::Head] = headPart;
|
Parts[(int)EFortCustomPartType::Head] = headPart;
|
||||||
Parts[(int)EFortCustomPartType::Body] = bodyPart;
|
Parts[(int)EFortCustomPartType::Body] = bodyPart;
|
||||||
|
Parts[(int)EFortCustomPartType::Backpack] = backpackPart;
|
||||||
|
|
||||||
static auto OnRep_CharacterPartsFn = FindObject<UFunction>(L"/Script/FortniteGame.FortPlayerState.OnRep_CharacterParts");
|
static auto OnRep_CharacterPartsFn = FindObject<UFunction>(L"/Script/FortniteGame.FortPlayerState.OnRep_CharacterParts");
|
||||||
PlayerStateAthena->ProcessEvent(OnRep_CharacterPartsFn);
|
PlayerStateAthena->ProcessEvent(OnRep_CharacterPartsFn);
|
||||||
@@ -1504,4 +1505,4 @@ void AFortGameModeAthena::SetZoneToIndexHook(AFortGameModeAthena* GameModeAthena
|
|||||||
{
|
{
|
||||||
LOG_INFO(LogDev, "OverridePhaseMaybeIDFK: {}", OverridePhaseMaybeIDFK);
|
LOG_INFO(LogDev, "OverridePhaseMaybeIDFK: {}", OverridePhaseMaybeIDFK);
|
||||||
return SetZoneToIndexOriginal(GameModeAthena, OverridePhaseMaybeIDFK);
|
return SetZoneToIndexOriginal(GameModeAthena, OverridePhaseMaybeIDFK);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user