Commit b46ace5b114543b50c2c72329c19d38573a5b0d4

Authored by zhouhaihai
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 131 -- 登录成功开始任务
132 132 function CMD.task()
133 133 heartBeat()
134   - skynet.sleep(math.randInt(100, 1000))
  134 + skynet.sleep(math.randomInt(100, 1000))
135 135 startUnit()
136 136 end
137 137  
... ...