mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Change game file priority a bit
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user