Quick TFS Source Control test.

This commit is contained in:
Scionwest_cp 2011-09-12 20:25:10 -07:00
parent 45931f5fe6
commit 125a42934b

View file

@ -19,7 +19,7 @@ namespace MUDCompiler
Console.WriteLine("1): Compile Scripts"); Console.WriteLine("1): Compile Scripts");
Console.WriteLine("2): Exit Compiler"); Console.WriteLine("2): Exit Compiler");
//Console.Write("Enter Selection: "); //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(); String command = Console.ReadLine();