quilt-loader icon indicating copy to clipboard operation
quilt-loader copied to clipboard

Mods with load_type ALWAYS but environment CLIENT crash the solver on a dedicated server

Open TheGlitch76 opened this issue 1 year ago • 0 comments

Crash report example

This occurs because OptionalModIdDefinition handles a load type of ALWAYS by adding a rule that the mod must be present, but we disable mods in a server environment by adding a rule requiring the mod is never loaded with DisabledModIdDefinition.

TheGlitch76 avatar Apr 09 '23 21:04 TheGlitch76