I hate exclamation points.

This commit is contained in:
2025-10-17 17:54:45 -04:00
parent cff898ff29
commit f479394375
32 changed files with 10916 additions and 14094 deletions

View File

@@ -20,7 +20,7 @@ void UAuraProjectileSpell::ActivateAbility(const FGameplayAbilitySpecHandle Hand
void UAuraProjectileSpell::SpawnProjectile(const FVector ProjectileTargetLocation)
{
const bool bIsServer = GetAvatarActorFromActorInfo()->HasAuthority();
if (bIsServer) return;
if (!bIsServer) return;
ICombatInterface* CombatInterface = Cast<ICombatInterface>(GetAvatarActorFromActorInfo());
if (CombatInterface)