Skip to content
Snippets Groups Projects
Commit 1ad7ac2c authored by Sixten Müller's avatar Sixten Müller
Browse files

bug: minor bug

parent 1c2248ac
Branches
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ public class WaitingLobbyController {
}
public void setHost(boolean host) {
isHost = host;
this.isHost = host;
}
public void updateRound(Runnable onRoundUpdated) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment