Commit 91a3757413f14419c6581d9b01d75c5b696f9587
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,7 +166,7 @@ function Role:checkBattleCheat(battleType, params) | ||
166 | -- end | 166 | -- end |
167 | -- end | 167 | -- end |
168 | end | 168 | end |
169 | - return status | 169 | + return true |
170 | end | 170 | end |
171 | 171 | ||
172 | function Role:checkBattle(battleType, params) | 172 | function Role:checkBattle(battleType, params) |