This commit is contained in:
@@ -193,6 +193,9 @@ func (s *ServerService) GetDonationAvailableServerIDs() []uint32 {
|
||||
if server.OnlineID == 0 {
|
||||
continue
|
||||
}
|
||||
if server.IsDebug != 0 {
|
||||
continue
|
||||
}
|
||||
ids = append(ids, server.OnlineID)
|
||||
}
|
||||
sort.Slice(ids, func(i, j int) bool { return ids[i] < ids[j] })
|
||||
|
||||
Reference in New Issue
Block a user