Skip to content

Commit

Permalink
Update l4d2_playstats_sync.sp to create a timer with a longer interva…
Browse files Browse the repository at this point in the history
…l for showing the ranking
  • Loading branch information
altair-sossai committed Jul 22, 2024
1 parent 4ae3c2a commit 6065bd4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified addons/sourcemod/plugins/optional/l4d2_playstats_sync.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/l4d2_playstats_sync.sp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void OnMapStart()

public void OnClientPutInServer(int client)
{
CreateTimer(20.0, ShowRankingTick, client);
CreateTimer(60.0, ShowRankingTick, client);
}

public Action SyncStatsCmd(int client, int args)
Expand Down

0 comments on commit 6065bd4

Please sign in to comment.