diff --git a/core/src/utils/eq.luau b/core/src/utils/eq.luau index 3e18c15..c45a86f 100644 --- a/core/src/utils/eq.luau +++ b/core/src/utils/eq.luau @@ -1,4 +1,3 @@ --- !! FIXME: THIS IS BROKEN !! local function eq(this: any, that: any): boolean if type(this) ~= type(that) then return false