Skip to content

Commit 8139781

Browse files
committed
Update index for registering action because I am not smart
1 parent 40a23c6 commit 8139781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Core/CoreModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)