mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-13 19:02:21 +01:00
whoops
This commit is contained in:
@@ -58,7 +58,7 @@ void AFortPlayerPawnAthena::OnCapsuleBeginOverlapHook(UObject* Context, FFrame*
|
|||||||
UAbilitySystemComponent* AbilitySystemComponent = ((AFortPlayerStateAthena*)Pawn->GetPlayerState())->GetAbilitySystemComponent();
|
UAbilitySystemComponent* AbilitySystemComponent = ((AFortPlayerStateAthena*)Pawn->GetPlayerState())->GetAbilitySystemComponent();
|
||||||
if (!AbilitySystemComponent) return;
|
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;
|
if (!RiftAbility) return;
|
||||||
|
|
||||||
FGameplayAbilitySpec* Spec = MakeNewSpec(RiftAbility);
|
FGameplayAbilitySpec* Spec = MakeNewSpec(RiftAbility);
|
||||||
|
|||||||
Reference in New Issue
Block a user