Skip to content

Commit b9b4e71

Browse files
authored
Update Signal.lua
1 parent e384234 commit b9b4e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReplicatedStorage/Signal.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ local function assert(condition, errorMessage)
9494
-- function on which assert was called on.
9595
-- Assert usually errors on the function it was called, not on the top one.
9696

97-
if not condition then
97+
if condition then
9898
return
9999
end
100100

0 commit comments

Comments
 (0)