File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public override void Init()
7979 _wasCacheInvalidated = true ;
8080 SpaceWarp . API . Loading . Loading . GeneralLoadingActions . Insert ( 0 , ( ) => new FlowAction ( "Patch Manager: loading Patches from Addressables" ,
8181 LoadPatchesFromAddressables ) ) ;
82- SpaceWarp . API . Loading . Loading . GeneralLoadingActions . Insert ( 0 , ( ) => new FlowAction ( "Patch Manager: Registering all patches" , RegisterAllPatches ) ) ;
82+ SpaceWarp . API . Loading . Loading . GeneralLoadingActions . Insert ( 1 , ( ) => new FlowAction ( "Patch Manager: Registering all patches" , RegisterAllPatches ) ) ;
8383 SpaceWarp . API . Loading . Loading . GeneralLoadingActions . Insert ( 2 ,
8484 ( ) => new FlowAction ( "Patch Manager: Creating New Assets" , PatchingManager . CreateNewAssets ) ) ;
8585 SpaceWarp . API . Loading . Loading . GeneralLoadingActions . Insert ( 3 ,
You can’t perform that action at this time.
0 commit comments