Skip to content

Commit

Permalink
Update Patch_StickyNoteController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Dec 3, 2024
1 parent b3878de commit 300f0c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Patches/Patch_StickyNoteController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ private static bool InvokeUserCode_CmdSetText__String__NetworkIdentity__NetworkC
return false;

// Run Game Command
__instance.RpcSetText(text);
__instance.UserCode_RpcSetText__String(text);
__instance.UserCode_CmdSetText__String__NetworkIdentity__NetworkConnectionToClient(text, sender, __2);

// Change Name
eConfigHostType configValue = ConfigHandler.Gameplay.UsernamesOnStickyNotes.Value;
if (configValue != eConfigHostType.DISABLED)
{
Expand Down

0 comments on commit 300f0c9

Please sign in to comment.