Commit b46ace5b114543b50c2c72329c19d38573a5b0d4
1 parent
c06bf6ed
代码错误
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
robot/robot.lua
| @@ -131,7 +131,7 @@ end | @@ -131,7 +131,7 @@ end | ||
| 131 | -- 登录成功开始任务 | 131 | -- 登录成功开始任务 |
| 132 | function CMD.task() | 132 | function CMD.task() |
| 133 | heartBeat() | 133 | heartBeat() |
| 134 | - skynet.sleep(math.randInt(100, 1000)) | 134 | + skynet.sleep(math.randomInt(100, 1000)) |
| 135 | startUnit() | 135 | startUnit() |
| 136 | end | 136 | end |
| 137 | 137 |