From 472d1c066ee05be3b0c9504edea591d77c23b1e7 Mon Sep 17 00:00:00 2001 From: DTieman Date: Thu, 23 Mar 2023 16:44:53 +0100 Subject: [PATCH] 1 line if :o --- Mau/Game.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Mau/Game.cs b/Mau/Game.cs index 9e75db0..9e4cd53 100644 --- a/Mau/Game.cs +++ b/Mau/Game.cs @@ -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: