Skip to content

Commit

Permalink
Added popup message if login cannot happen
Browse files Browse the repository at this point in the history
  • Loading branch information
David52920 committed Dec 17, 2020
1 parent fb62bdb commit f7d38c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ public void render(float delta) {
@Override
public void run() {
ScreenManager.getInstance().showScreen(ScreenEnum.LOBBY, context);
context.getLobbyScreen().setPopupMessage("Unable to connect; please retry.");
context.getLobbyScreen().showPopup();
}

});
Expand Down

0 comments on commit f7d38c0

Please sign in to comment.