Fixed uuids

This commit is contained in:
Cooldude2606
2017-10-22 00:07:23 +01:00
parent 30e38b9683
commit 810d6e8e9f

View File

@@ -74,7 +74,7 @@ end
-- converts any value into the uuid the script will use
function server.get_uuid(var)
if type(var) == 'string' then uuid = var
else uuid = tostring(global.exp_core.uuids.operator()) end
else uuid = tostring(global.exp_core.uuids()) end
uuid = string.tohex('uuid'..uuid)
server.refresh_uuid(uuid)
return uuid