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
|
@ -2,9 +2,9 @@
|
|||
using MelonLoader;
|
||||
using UnityEngine;
|
||||
|
||||
namespace NAK.Melons.ClearHudNoficiations;
|
||||
namespace NAK.Melons.ClearHudNotifications;
|
||||
|
||||
public class ClearHudNoficiations : MelonMod
|
||||
public class ClearHudNotifications : MelonMod
|
||||
{
|
||||
public override void OnInitializeMelon()
|
||||
{
|
||||
|
@ -15,11 +15,11 @@ public class ClearHudNoficiations : MelonMod
|
|||
{
|
||||
if (Input.GetKeyDown(KeyCode.F4))
|
||||
{
|
||||
ClearHudNotifications();
|
||||
ClearNotifications();
|
||||
}
|
||||
}
|
||||
|
||||
public static void ClearHudNotifications()
|
||||
public static void ClearNotifications()
|
||||
{
|
||||
// sending an immediate notification clears buffer
|
||||
CohtmlHud.Instance?.ViewDropTextImmediate("(Local) Client", "Notifications Cleared!", "Cleared Hud Notifications!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue