From d6ab0d5743ee86c5e97398446d7fce069fd687b9 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Tue, 17 Oct 2017 20:04:43 +0100 Subject: [PATCH] edit again --- locale/ExpGaming-Core/ExpGaming - Server Interface.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua index ce38d18c..9b0e48e1 100644 --- a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua +++ b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua @@ -73,8 +73,8 @@ function server.clear_callbacks() end -- converts any value into the uuid the script will use 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 + if type(var) == 'string' then uuid = var + else uuid = tostring(var) end uuid = string.tohex('uuid'..uuid) server.refresh_uuid(uuid) return uuid