Skip to content

Commit

Permalink
fix EntranceServer clan member list limits
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiwish committed Aug 8, 2024
1 parent 04008fc commit 7d760bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entranceserver/make_resp.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func encodeServerInfo(config *_config.Config, s *Server, local bool) []byte {
}
}
bf.WriteUint32(uint32(channelserver.TimeAdjusted().Unix()))
bf.WriteUint32(60)
bf.WriteUint32(uint32(s.erupeConfig.GameplayOptions.ClanMemberLimits[len(s.erupeConfig.GameplayOptions.ClanMemberLimits)-1][1]))
return bf.Data()
}

Expand Down

0 comments on commit 7d760bd

Please sign in to comment.