More efficient culling, workaround for null exception in CombatMission.GetTeamName

This commit is contained in:
Regalis
2016-11-06 19:41:32 +02:00
parent bddc673fed
commit f4a942414d
3 changed files with 68 additions and 47 deletions
@@ -17,7 +17,7 @@ namespace Barotrauma
private string[] descriptions;
private static string[] teamNames;
private static string[] teamNames = { "Team A", "Team B" };
public override bool AllowRespawn
{