From 6402fff7d42d7dba4a20302a654f28d33c2df059 Mon Sep 17 00:00:00 2001 From: Felix Kirchner Date: Wed, 30 Apr 2025 17:28:57 +0200 Subject: [PATCH] Removed return --- lib/views/create_game_view.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/views/create_game_view.dart b/lib/views/create_game_view.dart index 15ea53f..210e4b2 100644 --- a/lib/views/create_game_view.dart +++ b/lib/views/create_game_view.dart @@ -275,7 +275,6 @@ class _CreateGameState extends State { ], ), ); - return; } List players = [];