Skip to content

Commit 11c5655

Browse files
authored
Update float value
1 parent 52ab3a0 commit 11c5655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RetakesPlugin.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public HookResult OnPlayerConnectFull(EventPlayerConnectFull @event, GameEventIn
375375
player.ForceTeamTime = 3600.0f;
376376

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

380380
return HookResult.Continue;
381381
}

0 commit comments

Comments
 (0)