Merge branch 'playtest' of https://github.com/TorchAPI/Torch into survival

This commit is contained in:
Brant Martin
2019-02-25 15:27:14 -05:00
13 changed files with 38 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ namespace Torch.Server
private const string RUNSCRIPT = @"force_install_dir ../
login anonymous
app_update 298740
app_update 298740 -beta playtest -betapassword nt8WuDw9kdvE
quit";
private TorchConfig _config;
@@ -243,4 +243,4 @@ quit";
Process.GetCurrentProcess().Kill();
}
}
}
}