From 10d4a16636c73ae56a661eef83913286ee26e31f Mon Sep 17 00:00:00 2001
From: Seilenthal <mark.seilenthal@siemens.com>
Date: Tue, 10 Dec 2024 13:19:30 +0100
Subject: [PATCH] Bug-Fix Main-Menu

---
 Program.cs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Program.cs b/Program.cs
index 87c47b2..f46d188 100644
--- a/Program.cs
+++ b/Program.cs
@@ -78,6 +78,7 @@ namespace Mastermind
                     else
                     {
                         ValidOption();
+                        return;
                     }
                 }
             }
-- 
GitLab