Skip to content

Commit

Permalink
Inverse statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukendio committed Dec 26, 2024
1 parent bfce07c commit 2e29046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jecs.luau
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ local function query_match(query, archetype: Archetype)
end

local without = query.filter_without
if not without then
if without then
for _, id in without do
if records[id] then
return false
Expand Down

0 comments on commit 2e29046

Please sign in to comment.