Skip to content

Commit fa93cd7

Browse files
committed
small fix
1 parent 8550648 commit fa93cd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/pac3/core/client/parts/event.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ end
255255
function PART:SetArguments(str)
256256
self.Arguments = str
257257
if pace.IsActive() and pac.LocalPlayer == self:GetPlayerOwner() then
258+
if not self:GetShowInEditor() then return end
258259
pace.PopulateProperties(self)
259260
end
260261
end

0 commit comments

Comments
 (0)