verbose on uuid

This commit is contained in:
Cooldude2606
2018-10-14 19:56:02 +01:00
parent 0d12bbfb56
commit 9af7e14305

View File

@@ -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