Commit 6a59245c308c74d9015d05e3893bd0824d6df192
1 parent
f82b9dc2
结算正常
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) |