This commit is contained in:
Syphon
2025-05-21 22:58:35 -05:00
parent 9277dabf49
commit 2fdf892578

View File

@@ -58,7 +58,7 @@ void AFortPlayerPawnAthena::OnCapsuleBeginOverlapHook(UObject* Context, FFrame*
UAbilitySystemComponent* AbilitySystemComponent = ((AFortPlayerStateAthena*)Pawn->GetPlayerState())->GetAbilitySystemComponent();
if (!AbilitySystemComponent) return;
UClass* RiftAbility = FindObject<UClass>(L"/Game/Athena/Items/ForagedItems/Rift/GA_Rift_Athena_Skydive.GA_Rift_Athena_Skydive_C");
static UClass* RiftAbility = FindObject<UClass>(L"/Game/Athena/Items/ForagedItems/Rift/GA_Rift_Athena_Skydive.GA_Rift_Athena_Skydive_C");
if (!RiftAbility) return;
FGameplayAbilitySpec* Spec = MakeNewSpec(RiftAbility);