minimun MelonLoader version fixed

oops
This commit is contained in:
2023-03-06 17:38:53 +01:00
parent 8c94e12023
commit a94a3df0eb

View File

@@ -6,7 +6,7 @@ using Il2CppPhoton.Bolt;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using Il2CppHorror; using Il2CppHorror;
[assembly: VerifyLoaderVersion(6, 0, 0, true)] //Minimum MelonLoader version is V6.0.0, sanity check for people who use 5.7 and wonder why it crashes :) [assembly: VerifyLoaderVersion(0, 6, 0, true)] //Minimum MelonLoader version is V6.0.0, sanity check for people who use 5.7 and wonder why it crashes :)
[assembly: MelonInfo(typeof(DevourClient.Load), "DevourClient", "1", "ALittlePatate & Jadis")] [assembly: MelonInfo(typeof(DevourClient.Load), "DevourClient", "1", "ALittlePatate & Jadis")]
[assembly: MelonGame("Straight Back Games", "DEVOUR")] [assembly: MelonGame("Straight Back Games", "DEVOUR")]