Added OnWebAppBuild load step (#489)

* Fingers crossed this will fix the mod loading issue for configs

* Renamed classes and documentation for clarity

* Remove some extra traces of the old PreSptLoader

* Renamed interface for clarity and updated docs

* Re-introduced PreSptModLoad for now

---------

Co-authored-by: Alex <clodanSPT@hotmail.com>
This commit is contained in:
clodanSPT
2025-07-19 18:48:48 +01:00
committed by GitHub
parent ecdefef16c
commit 7b6f1eb9ad
6 changed files with 47 additions and 29 deletions
@@ -9,10 +9,9 @@ public static class OnLoadOrder
public const int PostDBModLoader = 4000;
public const int TraderRegistration = 5000;
public const int HandbookCallbacks = 6000;
public const int HttpCallbacks = 7000;
public const int SaveCallbacks = 8000;
public const int TraderCallbacks = 9000;
public const int PresetCallbacks = 10000;
public const int RagfairCallbacks = 11000;
public const int PostSptModLoader = 12000;
public const int SaveCallbacks = 7000;
public const int TraderCallbacks = 8000;
public const int PresetCallbacks = 9000;
public const int RagfairCallbacks = 10000;
public const int PostSptModLoader = 11000;
}