From 78a5632f7ef666ab129a0d058f6fe97bc677503a Mon Sep 17 00:00:00 2001 From: Zylox <76428709+zyloxmods@users.noreply.github.com> Date: Mon, 20 Jan 2025 02:58:35 +0100 Subject: [PATCH] Update FortHeroType.cpp --- Source/FortniteGame/Private/FortHeroType.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/FortniteGame/Private/FortHeroType.cpp b/Source/FortniteGame/Private/FortHeroType.cpp index 28332dbe..e5d25969 100644 --- a/Source/FortniteGame/Private/FortHeroType.cpp +++ b/Source/FortniteGame/Private/FortHeroType.cpp @@ -31,7 +31,6 @@ UFortHeroType::UFortHeroType(const FObjectInitializer& ObjectInitializer) HeroCosmeticBackblingDefinition = NULL; FrontEndBackPreviewRotationOffset = 1; ItemType = EFortItemType::Hero; - RequiredGPTags.AddTag(FGameplayTag::RequestGameplayTag(FName("Unlocks.Class.Commando"))); } USkeletalMesh* UFortHeroType::GetPreviewBaseMesh() const