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
b46ace5b114543b50c2c72329c19d38573a5b0d4
Authored by
zhouhaihai
2020-12-17 12:01:50 +0800
1 parent
c06bf6ed
代码错误
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
robot/robot.lua
Inline
Side-by-side
robot/robot.lua
Wrap text
Show/Hide comments
View file @
b46ace5
...
...
@@ -131,7 +131,7 @@ end
131
131
-- 登录成功开始任务
132
132
function CMD.task()
133
133
heartBeat()
134
- skynet.sleep(math.rand
Int(100, 1000))
134
+ skynet.sleep(math.rand
om
Int(100, 1000))
135
135
startUnit()
136
136
end
137
137
...
...