Skip to content

Commit

Permalink
Update float value
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Jan 23, 2024
1 parent 52ab3a0 commit 11c5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetakesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public HookResult OnPlayerConnectFull(EventPlayerConnectFull @event, GameEventIn
player.ForceTeamTime = 3600.0f;

// Create a timer to do this as it would occasionally fire too early.
AddTimer(1f, () => player.ExecuteClientCommand("teammenu"));
AddTimer(1.0f, () => player.ExecuteClientCommand("teammenu"));

return HookResult.Continue;
}
Expand Down

0 comments on commit 11c5655

Please sign in to comment.