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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user