mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Disable vortex by default
This commit is contained in:
parent
490bd4de5a
commit
0f4fec8c69
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user