Skip to content

Commit

Permalink
no need for this tho
Browse files Browse the repository at this point in the history
  • Loading branch information
qawery-just-sad committed Apr 21, 2021
1 parent bc0481a commit d89d95d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/sourcemod/scripting/SurfTimer.sp
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,6 @@ public void OnClientPutInServer(int client)
//display center speed so doesnt have to be re-enabled in options
if (g_bCenterSpeedDisplay[client])
{
SetHudTextParams(-1.0, 0.30, 1.0, 255, 255, 255, 255, 0, 0.25, 0.0, 0.0);
CreateTimer(0.1, CenterSpeedDisplayTimer, client, TIMER_FLAG_NO_MAPCHANGE|TIMER_REPEAT);
}
}
Expand Down

0 comments on commit d89d95d

Please sign in to comment.