Skip to content

Commit f3c8070

Browse files
committed
Remove "true and"
1 parent ca0a93c commit f3c8070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_hudhelper/hud_helper.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1395,7 +1395,7 @@ local function InitFunctions()
13951395
or hudLayout == HudHelper.HUDLayout.P1_OTHER_TWIN
13961396
or hudLayout == HudHelper.HUDLayout.TWIN_COOP
13971397
then
1398-
if true and hudLayout == HudHelper.HUDLayout.TWIN_COOP then
1398+
if hudLayout == HudHelper.HUDLayout.TWIN_COOP then
13991399
if slot == ActiveSlot.SLOT_SECONDARY then
14001400
scale = 0.245
14011401
else

0 commit comments

Comments
 (0)