From 65984b6c65103de603b0372ead2e0ec00214d923 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Fri, 26 Jul 2024 03:03:00 +0200 Subject: [PATCH] Remove indices --- src/init.luau | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.luau b/src/init.luau index 303dcde1..c7e5c74d 100644 --- a/src/init.luau +++ b/src/init.luau @@ -670,7 +670,6 @@ do end local world_has: (world: World, entityId: number, ...i53) -> boolean - do function world_has(world, entity_id, ...) local id = entity_id @@ -832,6 +831,7 @@ do if shouldRemove then table.remove(compatible_archetypes, i) + table.remove(column_indices, i) end end