Change game file priority a bit

This commit is contained in:
Timothy Baldridge 2020-06-20 20:53:52 -06:00
parent 0b74c04c86
commit ef1d39c60b

View File

@ -21,8 +21,7 @@ namespace Wabbajack.Lib.CompilationSteps
{
return gs.Game == compiler.CompilingGame.Game ? 1 : 3;
}
return 2;
return 1;
}
public override async ValueTask<Directive?> Run(RawSourceFile source)