mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
verbose on uuid
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user