Skip to content

Commit

Permalink
Merge pull request #1 from PennyBunny/master
Browse files Browse the repository at this point in the history
fix it fix it fix it fix it fix it fix it fix it fix it
  • Loading branch information
fs-sys authored Aug 13, 2022
2 parents dda3b13 + 5b97b4c commit db4cbc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VRCPlates/VRCPlates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace VRCPlates;

public class VRCPlates : MelonMod
{
private static readonly MelonLogger.Instance Logger = new("ClassicNameplates");
private static readonly MelonLogger.Instance Logger = new("VRCPlates");

public static NameplateManager? NameplateManager;

Expand Down Expand Up @@ -77,4 +77,4 @@ public static void Warning(string s)
{
Logger.Warning(s);
}
}
}

0 comments on commit db4cbc4

Please sign in to comment.