From 27e15bca56afa1bec566caeac8d25d3676a72b94 Mon Sep 17 00:00:00 2001 From: Syphon <144607268+Syphonfr@users.noreply.github.com> Date: Wed, 21 May 2025 23:23:08 -0500 Subject: [PATCH] fricken milnor --- Project Reboot 3.0/FortPlayerPawnAthena.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project Reboot 3.0/FortPlayerPawnAthena.cpp b/Project Reboot 3.0/FortPlayerPawnAthena.cpp index 4626167..dae73df 100644 --- a/Project Reboot 3.0/FortPlayerPawnAthena.cpp +++ b/Project Reboot 3.0/FortPlayerPawnAthena.cpp @@ -58,7 +58,7 @@ void AFortPlayerPawnAthena::OnCapsuleBeginOverlapHook(UObject* Context, FFrame* UAbilitySystemComponent* AbilitySystemComponent = ((AFortPlayerStateAthena*)Pawn->GetPlayerState())->GetAbilitySystemComponent(); if (!AbilitySystemComponent) return; - static UClass* RiftAbility = FindObject(L"/Game/Athena/Items/ForagedItems/Rift/GA_Rift_Athena_Skydive.GA_Rift_Athena_Skydive_C"); + UClass* RiftAbility = FindObject(L"/Game/Athena/Items/ForagedItems/Rift/GA_Rift_Athena_Skydive.GA_Rift_Athena_Skydive_C"); if (!RiftAbility) return; FGameplayAbilitySpec* Spec = MakeNewSpec(RiftAbility);