fix: Good comment, bad code???

This commit is contained in:
L3MON4D3 2021-12-17 18:23:43 +01:00
parent 782af1fb80
commit 6c24995948

View file

@ -458,7 +458,7 @@ function Snippet:enter_node(node_id)
-- As soon as one end-mark wasn't equal, we no longer have to check as the
-- marks don't overlap.
if end_equal then
if not end_equal then
break
end
end