commmunityHosts (#6697)

This commit is contained in:
buthed010203 2022-04-05 14:04:53 -04:00 committed by GitHub
parent 43e421936d
commit 43c7eceaa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ import static mindustry.Vars.*;
public class JoinDialog extends BaseDialog{
//TODO unused
Seq<Host> commmunityHosts = new Seq<>();
Seq<Host> communityHosts = new Seq<>();
Seq<Server> servers = new Seq<>();
Dialog add;
Server renaming;
@ -360,7 +360,7 @@ public class JoinDialog extends BaseDialog{
}
void refreshCommunity(){
commmunityHosts.clear();
communityHosts.clear();
int cur = refreshes;
global.clear();
@ -382,7 +382,7 @@ public class JoinDialog extends BaseDialog{
if(refreshes != cur) return;
res.port = resport;
commmunityHosts.add(res);
communityHosts.add(res);
//add header
if(groupTable[0] == null){