Skip to content

Commit

Permalink
Fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Apr 14, 2024
1 parent 0ad3d80 commit b7e2e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetakesPlugin/RetakesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ public HookResult OnPlayerConnectFull(EventPlayerConnectFull @event, GameEventIn

if (_retakesConfig?.RetakesConfigData?.AddJoiningPlayersToQueue ?? false)
{
_gameManager?.QueueManager.AddPlayerToQueue(player);
_gameManager?.QueueManager.PlayerJoinedTeam(player, CsTeam.Spectator, CsTeam.CounterTerrorist);
}
else
{
Expand Down

0 comments on commit b7e2e99

Please sign in to comment.