From 164de6dbb4e623128d02e5fa166a5e5076d7b5f1 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 3 May 2024 12:10:37 -0400 Subject: [PATCH] Update newMatter.lua --- newMatter.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/newMatter.lua b/newMatter.lua index 6ae1027..fcceeba 100644 --- a/newMatter.lua +++ b/newMatter.lua @@ -383,9 +383,6 @@ local function assertValidComponentInstance(value, position) end end ---!optimize 2 ---!native ---!strict local component = require(script.Parent.component) local topoRuntime = require(script.Parent.topoRuntime) local Component = require(script.Parent.component)