We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0a93c commit f3c8070Copy full SHA for f3c8070
src_hudhelper/hud_helper.lua
@@ -1395,7 +1395,7 @@ local function InitFunctions()
1395
or hudLayout == HudHelper.HUDLayout.P1_OTHER_TWIN
1396
or hudLayout == HudHelper.HUDLayout.TWIN_COOP
1397
then
1398
- if true and hudLayout == HudHelper.HUDLayout.TWIN_COOP then
+ if hudLayout == HudHelper.HUDLayout.TWIN_COOP then
1399
if slot == ActiveSlot.SLOT_SECONDARY then
1400
scale = 0.245
1401
else
0 commit comments