Skip to content

Commit 6f0c126

Browse files
committed
Don't mind me
1 parent b898675 commit 6f0c126

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
@@ -1670,7 +1670,7 @@ local function InitFunctions()
16701670
elseif isPill and player:GetPill(0) == hud.ItemID then
16711671
hud.OnRender(player, playerHUDIndex, hudLayout, pos, alpha, scale)
16721672
HudHelper.LastAppliedHUD[HudHelper.HUDType.PILL_ID][playerHUDIndex] = hud
1673-
else
1673+
elseif not isCard and not isPill then
16741674
hud.OnRender(player, playerHUDIndex, hudLayout, pos, alpha, scale)
16751675
HudHelper.LastAppliedHUD[HudHelper.HUDType.POCKET][playerHUDIndex] = hud
16761676
end

0 commit comments

Comments
 (0)