Commit 91a3757413f14419c6581d9b01d75c5b696f9587

Authored by zhouhaihai
2 parents 9b83b97f 6a59245c

Merge branch 'tr/bugfix' into tr/publish/release

* tr/bugfix:
  结算正常
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/models/RoleBattle.lua
... ... @@ -166,7 +166,7 @@ function Role:checkBattleCheat(battleType, params)
166 166 -- end
167 167 -- end
168 168 end
169   - return status
  169 + return true
170 170 end
171 171  
172 172 function Role:checkBattle(battleType, params)
... ...