mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
fix spellins
This commit is contained in:
parent
8c780bb72b
commit
5ca93a7679
3 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue