Faction Test 100.6.0.0
This commit is contained in:
@@ -594,7 +594,7 @@ namespace Barotrauma
|
||||
{
|
||||
GameAnalyticsManager.AddDesignEvent(
|
||||
$"MonsterSpawn:{GameMain.GameSession.GameMode?.Preset?.Identifier.Value ?? "none"}:{Level.Loaded?.LevelData?.Biome?.Identifier.Value ?? "none"}:{SpawnPosType}:{SpeciesName}",
|
||||
value: Timing.TotalTime - GameMain.GameSession.RoundStartTime);
|
||||
value: GameMain.GameSession.RoundDuration);
|
||||
}
|
||||
}, delayBetweenSpawns * i);
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user