From 2f668aa1f59b5c03b23a2aee51dd32dd4f89ec8b Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 15 Sep 2024 01:30:35 +0800 Subject: [PATCH] PrintOut --- Library/Tests/FunGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Tests/FunGame.cs b/Library/Tests/FunGame.cs index 6688107..7cad331 100644 --- a/Library/Tests/FunGame.cs +++ b/Library/Tests/FunGame.cs @@ -409,7 +409,7 @@ namespace Milimoe.FunGame.Testing.Tests } else { - Console.WriteLine(builder.ToString()); + if (PrintOut) Console.WriteLine(builder.ToString()); } } result.Add(Msg);