fix indent

This commit is contained in:
GenZmeY 2023-05-14 06:08:37 +03:00
parent 9c72778720
commit fbca6b98f5

View File

@ -20,7 +20,7 @@ static function ApplyEffectOn(KFPawn_Human Player, Ext_PerkBase Perk, byte Level
{
Inv = Player.CreateInventory(class'ExtWeap_Pistol_MedicS',Player.Weapon!=None);
if (KFWeapon(Inv)!=None)
KFWeapon(Inv).bGivenAtStart = true;
KFWeapon(Inv).bGivenAtStart = true;
}
}