Skip to content

Commit 43dd8fb

Browse files
committed
Update event.lua
1 parent e0593c1 commit 43dd8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ end
286286

287287
function PART:SetArguments(str)
288288
self.Arguments = str
289-
if self == pace.current_part then return end
289+
if self ~= pace.current_part then return end
290290
if pace.IsActive() and pac.LocalPlayer == self:GetPlayerOwner() then
291291
if not self:GetShowInEditor() then return end
292292
pace.PopulateProperties(self)

0 commit comments

Comments
 (0)