excluded svn_version.tpl

if a mod fails to build, it's no longer fatal
This commit is contained in:
David Anderson
2007-03-13 00:21:35 +00:00
parent 4597868d30
commit 46a3929365
3 changed files with 4 additions and 1 deletions

View File

@@ -34,7 +34,6 @@ namespace AMXXRelease
if (!BuildMod(mod))
{
System.Console.WriteLine("Mod failed to build: " + mod.GetName());
return false;
}
CompressDir(
PropSlashes(m_Cfg.OutputPath() + "\\" + m_Cfg.GetReleaseName() + "-" + mod.GetName()),