mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
fix Issue #377
This commit is contained in:
@@ -311,7 +311,7 @@ function skynet.starttime()
|
|||||||
end
|
end
|
||||||
|
|
||||||
function skynet.time()
|
function skynet.time()
|
||||||
return skynet.now()/100 + starttime or skynet.starttime()
|
return skynet.now()/100 + (starttime or skynet.starttime())
|
||||||
end
|
end
|
||||||
|
|
||||||
function skynet.exit()
|
function skynet.exit()
|
||||||
|
|||||||
Reference in New Issue
Block a user