Skip to content

Commit

Permalink
Reduce sync timer interval from 3.0 to 2.5 seconds for improved game …
Browse files Browse the repository at this point in the history
…info synchronization
  • Loading branch information
altair-sossai committed Nov 22, 2024
1 parent 8e801d2 commit 504c259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified addons/sourcemod/plugins/optional/l4d2_gameinfo_sync.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/l4d2_gameinfo_sync.sp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void OnPluginStart()
HookEvent("player_death", PlayerDeath_Event, EventHookMode_Post);
HookEvent("player_disconnect", PlayerDisconnect_Event);

CreateTimer(3.0, SyncData_Timer, _, TIMER_REPEAT);
CreateTimer(2.5, SyncData_Timer, _, TIMER_REPEAT);

ClearInfectedDamage();
ClearSurvivorProgress();
Expand Down

0 comments on commit 504c259

Please sign in to comment.