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:
parent
0b74c04c86
commit
ef1d39c60b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user