Skip to content

Commit

Permalink
Move Resolver before Console Title Set
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Jan 26, 2025
1 parent 5b5e52a commit e3fab68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MelonLoader/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ internal static int Initialize()
Assertions.LemonAssertMapping.Setup();

MelonUtils.Setup(AppDomain.CurrentDomain);
MelonAssemblyResolver.Setup();
BootstrapInterop.SetDefaultConsoleTitleWithGameName(UnityInformationHandler.GameName,
UnityInformationHandler.GameVersion);

MelonAssemblyResolver.Setup();

#if NET6_0_OR_GREATER

if (LoaderConfig.Current.Loader.LaunchDebugger && MelonEnvironment.IsDotnetRuntime)
Expand Down

0 comments on commit e3fab68

Please sign in to comment.