File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( ) ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public static class Registry
3030 /// <summary>
3131 /// A dictionary of all loaded mods, keyed by their ID.
3232 /// </summary>
33- internal static Dictionary < string , Mod > mods = new ( ) ;
33+ public static Dictionary < string , Mod > mods = new ( ) ;
3434
3535 /// <summary>
3636 /// A dictionary of tribe previews, keyed by tribe name.
@@ -123,4 +123,4 @@ public static class Registry
123123 if ( audioSource == null ) return null ;
124124 return audioSource . clip ;
125125 }
126- }
126+ }
You can’t perform that action at this time.
0 commit comments