Wave spawner moved / Bundle tweaks / Blank name
This commit is contained in:
@@ -285,6 +285,11 @@ public class JoinDialog extends FloatingDialog{
|
||||
}
|
||||
|
||||
void connect(String ip, int port){
|
||||
if(Settings.getString("name").trim().isEmpty()){
|
||||
ui.showInfo("$text.noname");
|
||||
return;
|
||||
}
|
||||
|
||||
ui.loadfrag.show("$text.connecting");
|
||||
|
||||
ui.loadfrag.setButton(() -> {
|
||||
|
||||
Reference in New Issue
Block a user