mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-11 15:48:05 -05:00
HUD: convert game mode name to LUI
This commit is contained in:
@ -199,6 +199,10 @@ CoD.InitCustomDvars = function()
|
||||
Engine.Exec(nil, "seta ui_hud_zone_name 1")
|
||||
end
|
||||
|
||||
if UIExpression.DvarString(nil, "ui_hud_game_mode_name") == "" then
|
||||
Engine.Exec(nil, "seta ui_hud_game_mode_name 1")
|
||||
end
|
||||
|
||||
if UIExpression.DvarString(nil, "ui_hud_containment") == "" then
|
||||
Engine.Exec(nil, "seta ui_hud_containment 1")
|
||||
end
|
||||
|
Reference in New Issue
Block a user