diff --git a/LevelImposter/Core/Patches/ConsolePatch.cs b/LevelImposter/Core/Patches/ConsolePatch.cs index b5d691d..38e7867 100644 --- a/LevelImposter/Core/Patches/ConsolePatch.cs +++ b/LevelImposter/Core/Patches/ConsolePatch.cs @@ -35,6 +35,7 @@ public static bool Prefix(MonoBehaviour __instance) /// Replaces the "CheckWalls" check from /// a Shadow Mask to an Object Mask /// + /* [HarmonyPatch(typeof(Console), nameof(Console.CanUse))] public static class HorsePatch { @@ -58,5 +59,5 @@ public static void Postfix( false ); } - } + }*/ } diff --git a/LevelImposter/LevelImposter.csproj b/LevelImposter/LevelImposter.csproj index 3bd52b5..e793cc2 100644 --- a/LevelImposter/LevelImposter.csproj +++ b/LevelImposter/LevelImposter.csproj @@ -1,7 +1,7 @@ LevelImposter - 0.15.1 + 0.16.0 Custom Among Us Mapping Studio DigiWorm