one new builder instead of three

This commit is contained in:
BlackMATov
2025-04-12 00:36:18 +07:00
parent 7e15e57154
commit 63172bb84d
8 changed files with 805 additions and 784 deletions

View File

@@ -102,7 +102,7 @@ end
---
---
local all_chunk_query = evo.query():build()
local all_chunk_query = evo.builder():build()
for chunk in evo.execute(all_chunk_query) do
assert(not evo.has_any(chunk, __table_unpack(destroying_entity_list)))