fix spellins

This commit is contained in:
NotAKidoS 2023-04-13 19:25:04 -05:00
parent 8c780bb72b
commit 5ca93a7679
3 changed files with 12 additions and 12 deletions

View file

@ -3,7 +3,7 @@ using ABI_RC.Core.UI;
using cohtml;
using HarmonyLib;
namespace NAK.Melons.ClearHudNoficiations.HarmonyPatches;
namespace NAK.Melons.ClearHudNotifications.HarmonyPatches;
internal static class CohtmlHudPatches
{
@ -15,7 +15,7 @@ internal static class CohtmlHudPatches
if (small == "A user has joined your Instance." && !MetaPort.Instance.settings.GetSettingsBool("HUDCustomizationPlayerJoins", false))
{
ClearHudNoficiations.ClearHudNotifications();
ClearHudNotifications.ClearNotifications();
return false;
}