mirror of
https://github.com/Ro-Ware/IdentityValidator.git
synced 2024-11-14 17:04:57 -05:00
nvm x2
This commit is contained in:
parent
a85b48bd2f
commit
4373dbccd6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue