diff --git a/source/Trek-12/Models/Game/Game.cs b/source/Trek-12/Models/Game/Game.cs index e0e76c3..f93bc38 100644 --- a/source/Trek-12/Models/Game/Game.cs +++ b/source/Trek-12/Models/Game/Game.cs @@ -535,12 +535,6 @@ namespace Models.Game //throw new InvalidCellException("Cell is not valid. Please choose again."); } - bool res = true; - if (!res) - { - return false; - //throw new InvalidPlaceResultException("Cell is not valid for place result. Please choose again."); - } GameRules.IsZoneValidAndAddToZones(cell, UsedMap); AddToRopePath(cell, GameRules.EveryAdjacentCells(cell, UsedMap.Boards.ToList())); CellChosen?.Invoke(this, new CellChosenEventArgs(cell, result));