Disable vortex by default

This commit is contained in:
Timothy Baldridge 2019-11-14 16:44:24 -07:00
parent 490bd4de5a
commit 0f4fec8c69

View File

@ -196,7 +196,7 @@ namespace Wabbajack
private async Task ExecuteBegin()
{
if (true)
if (false)
{
string[] args = Environment.GetCommandLineArgs();
var compiler = new VortexCompiler(args[1], args[2]);