We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0593c1 commit 43dd8fbCopy full SHA for 43dd8fb
lua/pac3/core/client/parts/event.lua
@@ -286,7 +286,7 @@ end
286
287
function PART:SetArguments(str)
288
self.Arguments = str
289
- if self == pace.current_part then return end
+ if self ~= pace.current_part then return end
290
if pace.IsActive() and pac.LocalPlayer == self:GetPlayerOwner() then
291
if not self:GetShowInEditor() then return end
292
pace.PopulateProperties(self)
0 commit comments