From 125a42934b056bc46c75ffdff2067943f1e4ec64 Mon Sep 17 00:00:00 2001 From: Scionwest_cp Date: Mon, 12 Sep 2011 20:25:10 -0700 Subject: [PATCH] Quick TFS Source Control test. --- MUDCompiler/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MUDCompiler/Program.cs b/MUDCompiler/Program.cs index 7669285..9f9f05c 100644 --- a/MUDCompiler/Program.cs +++ b/MUDCompiler/Program.cs @@ -19,7 +19,7 @@ namespace MUDCompiler Console.WriteLine("1): Compile Scripts"); Console.WriteLine("2): Exit Compiler"); //Console.Write("Enter Selection: "); - Console.WriteLine("Out of engine compiling is currently not supported."); + Console.WriteLine("Out of engine compiling is currently not supported. Please review the documentation regarding in-engine compiling."); String command = Console.ReadLine();