From d5fcc0acfd20c7117c7fc0a5fb0bec04fdf2c184 Mon Sep 17 00:00:00 2001 From: sk <123456@qq.com> Date: Wed, 30 Oct 2024 10:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=98=E6=96=B9=E6=88=BF=E9=97=B4=E6=A0=87?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- worldsrv/customroommgr.go | 1 - 1 file changed, 1 deletion(-) diff --git a/worldsrv/customroommgr.go b/worldsrv/customroommgr.go index 5f8747d..84e4c44 100644 --- a/worldsrv/customroommgr.go +++ b/worldsrv/customroommgr.go @@ -126,7 +126,6 @@ func (c *CustomRoomMgr) GetRoomList(plt string) []*gamehall.PrivateRoomInfo { var ret []*gamehall.PrivateRoomInfo for _, v := range d.List { if v != nil && v.PrivateRoomInfo != nil { - v.IsSystem = true // 标记为系统房间 ret = append(ret, v.PrivateRoomInfo) } }