From 642ab8641ce94f43f0e35599acbe5a5de6401316 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 17 Oct 2017 20:02:57 +0100 Subject: [PATCH] edit to uuid system --- locale/ExpGaming-Core/ExpGaming - Server Interface.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua index 2f1500e8..ce38d18c 100644 --- a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua +++ b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua @@ -75,8 +75,9 @@ end function server.get_uuid(var) if type(var) == 'string' then uuid = var..tostring(#global.exp_core.server.callback_queue) else uuid = tostring(var)..tostring(#global.exp_core.server.callback_queue) end + uuid = string.tohex('uuid'..uuid) server.refresh_uuid(uuid) - return string.tohex('uuid'..uuid) + return uuid end --update the time on a temp var or add it as a new one function server.refresh_uuid(uuid,data,offset)