Skip to content

Commit a4096bc

Browse files
authored
Patching autoupdate before compatibility
1 parent 4b312d1 commit a4096bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Plugin.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,11 @@ public override void Load()
111111
logger = Log;
112112
ConfigFile.CoreConfig[new("Logging.Disk", "WriteUnityLog")].BoxedValue = true;
113113

114+
AutoUpdate.Init();
115+
114116
Compatibility.Init();
115117

116118
Audio.Init();
117-
AutoUpdate.Init();
118119
Loc.Init();
119120
Visual.Init();
120121
Hub.Init();

0 commit comments

Comments
 (0)