Make sure servers are in progress before counting them
This commit is contained in:
parent
b056733ba1
commit
232088cd55
@ -241,7 +241,7 @@ public class ServerNpcPage extends ShopPageBase<ServerManager, ServerNpcShop> im
|
||||
AddButton(slot, shopItem, new JoinServerButton(this, serverInfo));
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (isInProgress(serverInfo))
|
||||
{
|
||||
if (free)
|
||||
yellowFreeCount++;
|
||||
|
Loading…
Reference in New Issue
Block a user