diff --git a/Assets/Scripts/Networking/NetworkedAreaOfEffect.cs b/Assets/Scripts/Networking/NetworkedAreaOfEffect.cs index ad626e8a..e0d0b68c 100644 --- a/Assets/Scripts/Networking/NetworkedAreaOfEffect.cs +++ b/Assets/Scripts/Networking/NetworkedAreaOfEffect.cs @@ -77,7 +77,7 @@ public class NetworkedAreaOfEffect : MonoBehaviour, IPunObservable protected virtual void CheckSurroundings() { hits = Physics.OverlapSphere(this.transform.position, radius, abilityHitLayer); - + targets.Clear(); foreach (Collider collider in hits) { Debug.Log("hit collider " + collider.name);