From 2e2904677092e6f6949f388c5eafa9d9d2aef09c Mon Sep 17 00:00:00 2001 From: Ukendio Date: Thu, 26 Dec 2024 05:35:59 +0100 Subject: [PATCH] Inverse statement --- jecs.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jecs.luau b/jecs.luau index c1e31f61..d664b92b 100644 --- a/jecs.luau +++ b/jecs.luau @@ -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