Skip to content

Commit

Permalink
Start Screen go brrrrrrrrrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Sep 29, 2022
1 parent 27a226b commit a84bb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MelonLoader/InternalUtils/MelonStartScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal class MelonStartScreen
// Doesn't support Unity versions lower than 2018 (Crashing Issue)
// Doesn't support Unity versions higher than to 2020.3.21 (Crashing Issue)
internal static readonly MelonModule.Info moduleInfo = new MelonModule.Info($"MelonLoader{Path.DirectorySeparatorChar}Dependencies{Path.DirectorySeparatorChar}MelonStartScreen.dll"
, () => !MelonLaunchOptions.Core.StartScreen || UnityInformationHandler.EngineVersion < new UnityVersion(2018) || UnityInformationHandler.EngineVersion > new UnityVersion(2020, 3, 21));
, () => !MelonLaunchOptions.Core.StartScreen || UnityInformationHandler.EngineVersion < new UnityVersion(2018));

internal static int LoadAndRun(LemonFunc<int> functionToWaitForAsync)
{
Expand Down

0 comments on commit a84bb51

Please sign in to comment.