mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Fixed uuids
This commit is contained in:
@@ -74,7 +74,7 @@ end
|
|||||||
-- converts any value into the uuid the script will use
|
-- converts any value into the uuid the script will use
|
||||||
function server.get_uuid(var)
|
function server.get_uuid(var)
|
||||||
if type(var) == 'string' then 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)
|
uuid = string.tohex('uuid'..uuid)
|
||||||
server.refresh_uuid(uuid)
|
server.refresh_uuid(uuid)
|
||||||
return uuid
|
return uuid
|
||||||
|
|||||||
Reference in New Issue
Block a user