Removed return

This commit is contained in:
Felix Kirchner
2025-04-30 17:28:57 +02:00
parent 59671c353c
commit 6402fff7d4

View File

@@ -275,7 +275,6 @@ class _CreateGameState extends State<CreateGame> {
], ],
), ),
); );
return;
} }
List<String> players = []; List<String> players = [];