Fix ownColor in gameView

This commit is contained in:
Felix Koppe
2024-12-06 09:59:28 +01:00
parent e337b1f888
commit 95635f5fb7

View File

@@ -33,7 +33,6 @@ public class GameView extends MdgaView {
public GameView(MdgaApp app) {
super(app);
setOwnColor(Color.AIRFORCE);
leaveButton = new ButtonLeft(app, settingsNode, () -> app.getModelSynchronize().leave(), "Spiel verlassen", 1);
confirmButton = new ButtonRight(app, guiNode, () -> app.getModelSynchronize().confirm(), "Bestätigen", 1);