From 736281f73e0db518401b229b059a58f86b64977e Mon Sep 17 00:00:00 2001 From: Digi Date: Thu, 20 Jul 2023 07:10:35 -0500 Subject: [PATCH] Updated Tag for Release --- LevelImposter/Core/Patches/ConsolePatch.cs | 3 ++- LevelImposter/LevelImposter.csproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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