Commit f8e2cd0f4513b2b669d4c01fa5be79d2875c2e19
1 parent
d95f45ab
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/WorldTester/msg_recv.go
| ... | ... | @@ -28,7 +28,7 @@ func LoginResponseHandler(conn net.Conn, header pb.MessageHeader, msg interface{ |
| 28 | 28 | player := v.(*PlayerInfo) |
| 29 | 29 | player.state = STATE_PLAYER_LOGINED |
| 30 | 30 | |
| 31 | - log.Println("player.isHost:", player.isHost) | |
| 31 | + log.Println("receive LoginResponseHandler resp=%+v:", resp) | |
| 32 | 32 | if player.isHost { |
| 33 | 33 | SendCreateClub(player) |
| 34 | 34 | } else { | ... | ... |