Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Nov 21, 2023
1 parent fc5d8fe commit c4d7faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MelonLoader/Modules/Unity/Unity.Bootstrap/Il2Cpp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ internal static class Il2Cpp
{
internal static void Startup(string gameAssemblyPath)
{
// Log Engine Variant
MelonLogger.Msg("Engine Variant: Il2Cpp");
}
}
Expand Down
1 change: 1 addition & 0 deletions MelonLoader/Modules/Unity/Unity.Bootstrap/Mono.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ internal static void Startup()
return;
}

// Log Engine Variant
MelonLogger.Msg($"Engine Variant: {runtimeInfo.Variant}");

// Check if there is a Posix Helper included with the Mono variant library
Expand Down

0 comments on commit c4d7faf

Please sign in to comment.