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)