Ignore private servers
This commit is contained in:
parent
21d255fcd1
commit
d8311d860e
@ -220,6 +220,9 @@ public class ServerNpcPage extends ShopPageBase<ServerManager, ServerNpcShop> im
|
||||
int slot = 18;
|
||||
for (ServerInfo serverInfo : serverList)
|
||||
{
|
||||
if (serverInfo.MOTD.contains("Private"))
|
||||
return;
|
||||
|
||||
boolean staffServer = serverInfo.MOTD.contains("StaffHosted");
|
||||
|
||||
if (staffServer)
|
||||
|
Loading…
Reference in New Issue
Block a user