diff --git a/IdentityValidator.luau b/IdentityValidator.luau index 1d9df27..7c5f09d 100644 --- a/IdentityValidator.luau +++ b/IdentityValidator.luau @@ -147,7 +147,7 @@ test("identitycheck", function() { lv = 7, obtained = pcall(function() Instance.new("MeshPart").MeshId = "" end) - } -- there might be a issue with level 8 + } } for i, identity in pairs(IdentityTable) do @@ -160,7 +160,7 @@ test("identitycheck", function() local lv = getthreadidentity() if lv ~= Identity then - if lv == 8 and Identity == 7 then return end -- they r the same... + if lv == 8 and Identity == 7 then return end error("[getthreadidentity] Your executor is claiming to be level " .. lv .. " (expected " .. Identity .. ")") end end