GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3216ec402dfca7771bab5313bccb45a04b9899eb
Authored by
member1
2021-12-20 18:19:07 +0800
1 parent
df690706
preload.lua 权限修改
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/preload.lua
Inline
Side-by-side
src/preload.lua
Wrap text
Show/Hide comments
View file @
3216ec4
...
...
@@ -3,4 +3,5 @@ local skynet = require "skynet"
3
3
4
4
skynet.timex = function ()
5
5
return math.floor(skynet.time())
6
-end
7
6
\ No newline at end of file
7
+end
8
+
...
...