Skip to content

Commit

Permalink
fix: fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
VALERA771 authored Dec 31, 2024
1 parent d376a14 commit 548a68a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class RespawningTeamEventArgs : IDeniableEvent
public RespawningTeamEventArgs(List<Player> players, int maxRespawn, SpawnableWaveBase wave)
{
Players = players;
MaximumRespawnAmount = maxRespawn;
MaximumRespawnAmount = maxRespawn;
SpawnQueue = new();
Wave = new TimedWave((TimeBasedWave)wave);
Wave.PopulateQueue(SpawnQueue, MaximumRespawnAmount);
Expand Down

0 comments on commit 548a68a

Please sign in to comment.