Refactored pre spt mod loader to user IOnLoad, moved Watermark to IOnLoad as well (#313)
Co-authored-by: Alex <alex@dm-me-for-questions.com>
This commit is contained in:
@@ -2,12 +2,7 @@ namespace SPTarkov.Server.Core.DI;
|
||||
|
||||
public static class OnUpdateOrder
|
||||
{
|
||||
public const int PreSptUpdate = 0;
|
||||
public const int DialogueCallbacks = 1;
|
||||
public const int HideoutCallbacks = 100;
|
||||
public const int TraderCallbacks = 200;
|
||||
public const int RagfairCallbacks = 300;
|
||||
public const int InsuranceCallbacks = 400;
|
||||
public const int SaveCallbacks = 500;
|
||||
public const int PostSptUpdate = 9999;
|
||||
public const int DialogueCallbacks = 1000;
|
||||
public const int HideoutCallbacks = 2000;
|
||||
public const int InsuranceCallbacks = 3000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user