diff --git a/server/hallserver/room/room.go b/server/hallserver/room/room.go index 323da686..aafe8810 100644 --- a/server/hallserver/room/room.go +++ b/server/hallserver/room/room.go @@ -37,8 +37,10 @@ type room struct { gameStartNotifyMsg *cs.SMRoomGameStartNotify } -func (this *room) init(roomId string, roomIdx int64, - owner common.Player, msg *cs.CMCreateRoom) { +func (this *room) init(roomId string, + roomIdx int64, + owner common.Player, + msg *cs.CMCreateRoom) { this.roomId = roomId this.roomIdx = roomIdx this.config.mapId = msg.GetMapId()