1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-26 09:40:28 +01:00

[HUDBars] Tick set to 0.5s

Discussed with crabman on irc
This commit is contained in:
Coethium 2016-08-15 01:39:25 +02:00 committed by GitHub
parent d711635d92
commit a5ea62d1ac

View File

@ -17,7 +17,7 @@ hb.settings.start_offset_left = { x = -175, y = -100 }
hb.settings.start_offset_right = { x = 15, y = -100 }
hb.settings.vmargin = 24
hb.settings.tick = 0.1
hb.settings.tick = 0.5
-- Table which contains all players with active default HUD bars (only for internal use)
--hb.players = {}