mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 16:00:51 -07:00
Update core/src/mindustry/ui/dialogs/JoinDialog.java
Co-authored-by: Anuken <arnukren@gmail.com>
This commit is contained in:
parent
3d6390a76a
commit
f26b3358ef
1 changed files with 1 additions and 1 deletions
|
|
@ -458,7 +458,7 @@ public class JoinDialog extends BaseDialog{
|
|||
}
|
||||
|
||||
public void reconnect(){
|
||||
if(lastIp.isEmpty()) return;
|
||||
if(lastIp == null || lastIp.isEmpty()) return;
|
||||
ui.loadfrag.show("@reconnecting");
|
||||
|
||||
ping = Timer.schedule(() -> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue