Skip to content

Commit 1e4e91c

Browse files
committed
Update command.lua
1 parent 1fb34d5 commit 1e4e91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/pac3/core/client/parts/command.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ end
7575
function PART:SetAppendedNumber(val)
7676
if self.AppendedNumber ~= val then
7777
self.AppendedNumber = val
78-
if self:GetPlayerOwner() == pac.LocalPlayer and self.DynamicMode then
78+
if self:GetPlayerOwner() == pac.LocalPlayer and self.DynamicMode and not self:IsHidden() then
7979
self:Execute()
8080
end
8181
end

0 commit comments

Comments
 (0)