We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb34d5 commit 1e4e91cCopy full SHA for 1e4e91c
lua/pac3/core/client/parts/command.lua
@@ -75,7 +75,7 @@ end
75
function PART:SetAppendedNumber(val)
76
if self.AppendedNumber ~= val then
77
self.AppendedNumber = val
78
- if self:GetPlayerOwner() == pac.LocalPlayer and self.DynamicMode then
+ if self:GetPlayerOwner() == pac.LocalPlayer and self.DynamicMode and not self:IsHidden() then
79
self:Execute()
80
end
81
0 commit comments