Skip to content

Commit

Permalink
Don't default to rookie mode channels
Browse files Browse the repository at this point in the history
  • Loading branch information
jchv committed Jun 25, 2023
1 parent 6576b57 commit 41d5e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/server/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func (c *Conn) sendServerList(ctx context.Context) error {
ChannelName: c.s.channelName,
MaxUsers: 200, // TODO
NumUsers: 0, // TODO
Unknown2: 0x0008, // TODO
Unknown2: 0x0000, // TODO - flag 0x0008 is rookie mode
})
}
message.Servers = append(message.Servers, entry)
Expand Down

0 comments on commit 41d5e1e

Please sign in to comment.