We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OptionShowPlayerNames
1 parent 4dd9fdb commit e9415a7Copy full SHA for e9415a7
lua/ui/override/ArmiesTable.lua
@@ -40,7 +40,7 @@
40
local Prefs = import("/lua/user/prefs.lua")
41
42
---@type 'on' | 'allies-only' | 'off'
43
-OptionShowPlayerNames = Prefs.GetFromCurrentProfile('options.options_show_player_names')
+OptionShowPlayerNames = Prefs.GetFromCurrentProfile('options.options_show_player_names') or 'on'
44
45
---@param armiesTable ArmiesTable
46
---@return ArmiesTable
0 commit comments