GITLAB
wasteland
/
server
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6a59245c308c74d9015d05e3893bd0824d6df192
Authored by
zhouhaihai
2021-01-21 20:45:13 +0800
1 parent
f82b9dc2
结算正常
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/models/RoleBattle.lua
Inline
Side-by-side
src/models/RoleBattle.lua
Wrap text
Show/Hide comments
View file @
6a59245
...
...
@@ -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)
...
...