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
c3b1fa3801ed128a2883219353b9c6a9be0bff48
Authored by
zhouhaihai
2020-12-05 15:32:07 +0800
1 parent
b4b28ccd
缺个tou
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/actions/PvpAction.lua
Inline
Side-by-side
src/actions/PvpAction.lua
Wrap text
Show/Hide comments
View file @
c3b1fa3
...
...
@@ -735,6 +735,7 @@ function _M.endBattleHRpc(agent, data)
735
735
myRank = myRank,
736
736
oldMyRank = oldMyRank,
737
737
video = video,
738
+ headers = headers,
738
739
isWin = isWin,
739
740
}))
740
741
return true
...
...