Make sure servers are in progress before counting them

This commit is contained in:
Shaun Bennett 2014-08-01 03:57:34 -05:00
parent b056733ba1
commit 232088cd55

View File

@ -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++;