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

comment: added comment

parent 9bd92675
No related branches found
No related tags found
2 merge requests!22Resolve "Create game model",!18Draft: Resolve "Create game model"
......@@ -79,6 +79,7 @@ public class LeaderBoardController {
private void startNewRound() {
System.out.println("A new round has started. Preparing game for the next round...");
state.getStateManager().setState(new GamePlayState(state.getStateManager(), _FBIC, pin, nickname));
// This is not working
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment