Update ChatManagerClient.cs
This commit is contained in:
@@ -159,7 +159,7 @@ namespace Torch.Managers.ChatManager
|
|||||||
return consumed;
|
return consumed;
|
||||||
}
|
}
|
||||||
|
|
||||||
private const string _hudChatMessageReceivedName = "Multiplayer_ChatMessageReceived";
|
private const string _hudChatMessageReceivedName = "OnMultiplayer_ChatMessageReceived";
|
||||||
private const string _hudChatScriptedMessageReceivedName = "multiplayer_ScriptedChatMessageReceived";
|
private const string _hudChatScriptedMessageReceivedName = "multiplayer_ScriptedChatMessageReceived";
|
||||||
|
|
||||||
protected static bool HasHud => !Sandbox.Engine.Platform.Game.IsDedicated;
|
protected static bool HasHud => !Sandbox.Engine.Platform.Game.IsDedicated;
|
||||||
|
Reference in New Issue
Block a user