garrysmod icon indicating copy to clipboard operation
garrysmod copied to clipboard

Small optimizations to GM:DrawDeathNotice()

Open Zaurzo opened this issue 1 year ago • 2 comments

  • Localize the cl_drawhud convar and replace the use of the deprecated GetConVarNumber function with it
  • Don't reset the Deaths table if there's nothing in it
  • Don't iterate through the Deaths table twice

Zaurzo avatar Jan 27 '24 02:01 Zaurzo