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