feat : 보스 채널은 안띄운다.

This commit is contained in:
qornwh1
2026-03-12 16:09:13 +09:00
parent 0ebe269146
commit d626a7156d
3 changed files with 31 additions and 2 deletions

View File

@@ -216,6 +216,11 @@ public class GameServer : ServerBase
continue;
}
if (channel.ChannelId >= 1000)
{
continue;
}
ChannelInfo info = new ChannelInfo();
info.ChannelId = channel.ChannelId;
info.ChannelUserCount = channel.UserCount;