Corrected kamikaze index

This commit is contained in:
2025-07-14 12:42:30 +02:00
parent b225b28e32
commit 4478c00b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ class _RoundViewState extends State<RoundView> {
(_kamikazePlayerIndex ==
originalIndex)
? null
: index;
: originalIndex;
});
},
child: Container(