Corrected kamikaze index
This commit is contained in:
@@ -248,7 +248,7 @@ class _RoundViewState extends State<RoundView> {
|
||||
(_kamikazePlayerIndex ==
|
||||
originalIndex)
|
||||
? null
|
||||
: index;
|
||||
: originalIndex;
|
||||
});
|
||||
},
|
||||
child: Container(
|
||||
|
||||
Reference in New Issue
Block a user