From 6d5588ab3f0f063eec14b143e716cf1ed41ef2f5 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Mon, 6 Nov 2017 19:30:52 +0000 Subject: [PATCH] UUID in global fixed --- locale/ExpGaming-Core/ExpGaming - Server Interface.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua index 0d795197..a7a4dd7b 100644 --- a/locale/ExpGaming-Core/ExpGaming - Server Interface.lua +++ b/locale/ExpGaming-Core/ExpGaming - Server Interface.lua @@ -73,6 +73,7 @@ function server.clear_callbacks() end -- converts any value into the uuid the script will use function server.get_uuid(var) + local uuid = nil if type(var) == 'string' then uuid = var else uuid = tostring(global.exp_core.uuids()) end uuid = string.tohex('uuid'..uuid)