官方房间标记

This commit is contained in:
sk 2024-10-30 10:27:05 +08:00
parent 825c1ca667
commit d5fcc0acfd
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}
}