MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit ec902c6196 - Show all commits

View File

@@ -148,7 +148,6 @@ void main() {
gameId: testGameOnlyPlayers.id,
);
print('existingPlayers: $existingPlayers');
if (existingPlayers == null || existingPlayers.isEmpty) {
fail('Existing players should not be null or empty');
}