mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-06 18:08:26 +00:00
Revert "update scoreboard/clantag more often" -- css scoreboard update interval is 1s
This reverts commit a8016dff00.
This commit is contained in:
parent
00000008fd
commit
0000000b2b
@ -303,7 +303,7 @@ public void OnPluginStart()
|
||||
|
||||
if(gEV_Type != Engine_TF2)
|
||||
{
|
||||
CreateTimer(0.2, Timer_Scoreboard, 0, TIMER_REPEAT);
|
||||
CreateTimer(1.0, Timer_Scoreboard, 0, TIMER_REPEAT);
|
||||
}
|
||||
|
||||
// modules
|
||||
|
||||
Loading…
Reference in New Issue
Block a user