More efficient culling, workaround for null exception in CombatMission.GetTeamName
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user