mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
verbose on uuid
This commit is contained in:
@@ -39,6 +39,7 @@ local global = global{
|
|||||||
Server.uuid = add_metatable({},function()
|
Server.uuid = add_metatable({},function()
|
||||||
-- when it is called as a function
|
-- when it is called as a function
|
||||||
global.uuid=global.uuid+1
|
global.uuid=global.uuid+1
|
||||||
|
verbose('UUID Created: '..global.uuid)
|
||||||
return global.uuid
|
return global.uuid
|
||||||
end,function()
|
end,function()
|
||||||
-- when it is treated as a string
|
-- when it is treated as a string
|
||||||
|
|||||||
Reference in New Issue
Block a user