Install cnc from cd

This commit is contained in:
Paul Chote
2011-05-04 17:52:14 +12:00
parent 4efebcd6b2
commit 07dac11144
3 changed files with 40 additions and 22 deletions

View File

@@ -72,7 +72,6 @@ namespace OpenRA.FileFormats
public static void Mount(string name)
{
var start = name;
var optional = name.StartsWith("~");
if (optional) name = name.Substring(1);