Skip to content

Commit a84bb51

Browse files
Start Screen go brrrrrrrrrrr
1 parent 27a226b commit a84bb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MelonLoader/InternalUtils/MelonStartScreen.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ internal class MelonStartScreen
1010
// Doesn't support Unity versions lower than 2018 (Crashing Issue)
1111
// Doesn't support Unity versions higher than to 2020.3.21 (Crashing Issue)
1212
internal static readonly MelonModule.Info moduleInfo = new MelonModule.Info($"MelonLoader{Path.DirectorySeparatorChar}Dependencies{Path.DirectorySeparatorChar}MelonStartScreen.dll"
13-
, () => !MelonLaunchOptions.Core.StartScreen || UnityInformationHandler.EngineVersion < new UnityVersion(2018) || UnityInformationHandler.EngineVersion > new UnityVersion(2020, 3, 21));
13+
, () => !MelonLaunchOptions.Core.StartScreen || UnityInformationHandler.EngineVersion < new UnityVersion(2018));
1414

1515
internal static int LoadAndRun(LemonFunc<int> functionToWaitForAsync)
1616
{

0 commit comments

Comments
 (0)