1
0

force show up chat box

This commit is contained in:
GenZmeY 2023-05-14 02:34:29 +03:00
parent edb2334ac8
commit 8a26a40e90

View File

@ -38,6 +38,7 @@ public reliable client function WriteToChat(String Message, optional String HexC
if (KFPC.MyGFxManager.PartyWidget != None && KFPC.MyGFxManager.PartyWidget.PartyChatWidget != None)
{
KFPC.MyGFxManager.PartyWidget.PartyChatWidget.SetVisible(true);
KFPC.MyGFxManager.PartyWidget.PartyChatWidget.AddChatMessage(Message, HexColor);
}