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);