This commit is contained in:
Cloud Wu
2015-11-16 22:42:44 +08:00
parent 2252409eaa
commit f4437948ca

View File

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