Servers with more than 40 max slots always send to largest server.
Fixed space in Solo lore.
This commit is contained in:
parent
6a1e5d6bfc
commit
adcd91bf61
@ -598,7 +598,7 @@ public class ServerManager extends MiniPlugin
|
||||
{
|
||||
ServerInfo largestServer = servers.get(0);
|
||||
|
||||
if (largestServer.getAvailableSlots() >= MIN_SLOTS_REQUIRED)
|
||||
if (largestServer.getAvailableSlots() >= MIN_SLOTS_REQUIRED || largestServer.MaxPlayers > 40)
|
||||
{
|
||||
return largestServer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user