Skip to content

Commit

Permalink
Rename harmony patchers to more sensible names
Browse files Browse the repository at this point in the history
  • Loading branch information
DaXcess committed Jan 17, 2024
1 parent a78c489 commit e12523b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Patches/HarmonyPatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ namespace LCVR.Patches
{
internal static class HarmonyPatcher
{
private static readonly Harmony vrPatcher = new("LCVR-VROnly");
private static readonly Harmony universalPatcher = new("LCVR-Universal");

private static readonly Harmony vrPatcher = new("io.daxcess.lcvr");
private static readonly Harmony universalPatcher = new("io.daxcess.lcvr-universal");

public static void PatchUniversal()
{
Expand Down

0 comments on commit e12523b

Please sign in to comment.