Skip to content

Commit

Permalink
Updated Tag for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiWorm0 committed Jul 20, 2023
1 parent 90e42e3 commit 736281f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion LevelImposter/Core/Patches/ConsolePatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public static bool Prefix(MonoBehaviour __instance)
/// Replaces the "CheckWalls" check from
/// a Shadow Mask to an Object Mask
/// </summary>
/*
[HarmonyPatch(typeof(Console), nameof(Console.CanUse))]
public static class HorsePatch
{
Expand All @@ -58,5 +59,5 @@ public static void Postfix(
false
);
}
}
}*/
}
2 changes: 1 addition & 1 deletion LevelImposter/LevelImposter.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Title>LevelImposter</Title>
<Version>0.15.1</Version>
<Version>0.16.0</Version>
<Description>Custom Among Us Mapping Studio</Description>
<Authors>DigiWorm</Authors>

Expand Down

0 comments on commit 736281f

Please sign in to comment.