From e1d7fcf782e2300e82bcc9ceef96e31fc53e25d7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Sun, 24 Sep 2023 12:09:50 +0800 Subject: [PATCH] 1 --- server/hallserver/room/room.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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()