This commit is contained in:
aaa 2024-09-15 21:56:44 +02:00 committed by GitHub
parent a85b48bd2f
commit 4373dbccd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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