Skip to content

Commit

Permalink
decreased update delay to 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
Pshy0 committed Aug 22, 2023
1 parent 3e4dca3 commit c3d730d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pshy/bases/new_player_ui_updates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end

function eventNewPlayer()
if not ui_update_timer_id and (ui_map_name or ui_shaman_name or ui_background_color) then
ui_update_timer_id = system.newTimer(UiUpdateTimerCallback, 2000, false)
ui_update_timer_id = system.newTimer(UiUpdateTimerCallback, 1000, false)
end
end

Expand Down

0 comments on commit c3d730d

Please sign in to comment.