Update ChatManagerClient.cs

This commit is contained in:
Bishbash777
2021-07-28 09:06:04 +01:00
committed by GitHub
parent e90ca41c3c
commit 36eb256553

View File

@@ -159,7 +159,7 @@ namespace Torch.Managers.ChatManager
return consumed;
}
private const string _hudChatMessageReceivedName = "Multiplayer_ChatMessageReceived";
private const string _hudChatMessageReceivedName = "OnMultiplayer_ChatMessageReceived";
private const string _hudChatScriptedMessageReceivedName = "multiplayer_ScriptedChatMessageReceived";
protected static bool HasHud => !Sandbox.Engine.Platform.Game.IsDedicated;