mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
mainview false for sendchallengeview
This commit is contained in:
@@ -25,7 +25,7 @@ public final class SendChallengeView extends View {
|
||||
private final GameInformation.Player playerInformation;
|
||||
|
||||
public SendChallengeView(Server server, String opponent, BiConsumer<GameInformation.Player, String> onSend) {
|
||||
super(true, "bg-popup");
|
||||
super(false, "bg-popup");
|
||||
|
||||
this.server = server;
|
||||
this.opponent = opponent;
|
||||
|
||||
Reference in New Issue
Block a user