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
2d07aef99f39b767ccb7d8d4b2ea610f6c6161b8
Authored by
liuzujun
2021-06-11 15:50:11 +0800
1 parent
c759f4a4
签到改成4点刷新
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/actions/ActivityAction.lua
Inline
Side-by-side
src/actions/ActivityAction.lua
Wrap text
Show/Hide comments
View file @
2d07aef
...
...
@@ -119,7 +119,7 @@ end
119
119
function _M.signRpc(agent, data)
120
120
local role = agent.role
121
121
122
- local serverT = skynet.timex()
122
+ local serverT = skynet.timex()
- RESET_TIME * 3600
123
123
local tm = os.date("*t", serverT)
124
124
125
125
local curDay = tm.day
...
...