Finally bots can die. Player to. And another fixes.

This commit is contained in:
2022-05-17 00:21:53 +07:00
parent 06fdfc077c
commit 229c4490c4
15 changed files with 160 additions and 171 deletions

View File

@ -30,9 +30,6 @@ public class FlagZone : MonoBehaviour
case "Attacker":
occupAttackers++;
break;
default:
Debug.LogWarning("Entered non-team entity");
break;
}
}
private void OnTriggerExit(Collider other)