Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
inada-s committed Jul 23, 2023
1 parent cd2c916 commit 2529920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdxsv/lbs_lobby.go
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ func (l *LbsLobby) makeP2PMatchingMsg(b *LbsBattle, participants []*LbsPeer) ([]
}

var msgs []*LbsMessage
for i, p := range participants {
for i := range participants {
matching.PeerId = int32(i)

bin, err := pb.Marshal(matching)
Expand Down

0 comments on commit 2529920

Please sign in to comment.