From 9af7e14305c924bd2ccea3ecac6d51fdcafb7030 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sun, 14 Oct 2018 19:56:02 +0100 Subject: [PATCH] verbose on uuid --- modules/ExpGamingCore/Server/control.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ExpGamingCore/Server/control.lua b/modules/ExpGamingCore/Server/control.lua index 847bd10e..2d2a673f 100644 --- a/modules/ExpGamingCore/Server/control.lua +++ b/modules/ExpGamingCore/Server/control.lua @@ -39,6 +39,7 @@ local global = global{ Server.uuid = add_metatable({},function() -- when it is called as a function global.uuid=global.uuid+1 + verbose('UUID Created: '..global.uuid) return global.uuid end,function() -- when it is treated as a string