1 line if :o

This commit is contained in:
2023-03-23 16:44:53 +01:00
parent e80094d987
commit 472d1c066e

View File

@@ -84,10 +84,7 @@ public class Game
break;
case CardValue.ACE:
TurnDirection *= -1;
if (Players.Count > 2)
{
CurrentPlayer = GetNextPlayer();
}
if (Players.Count > 2) CurrentPlayer = GetNextPlayer();
break;
case CardValue.THREE:
case CardValue.FOUR: