Skip to content

Commit

Permalink
Merge pull request #154 from Schrodinger71/fix-looc
Browse files Browse the repository at this point in the history
Фикс Лоок чата
  • Loading branch information
FaDeOkno authored Nov 23, 2023
2 parents 8bf5200 + c48d638 commit a94140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Chat/UI/SpeechBubble.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static SpeechBubble CreateSpeechBubble(SpeechType type, string text, Enti
return new TextSpeechBubble(text, senderEntity, eyeManager, chatManager, entityManager, "whisperBox");

case SpeechType.Looc:
return new TextSpeechBubble(text, senderEntity, eyeManager, chatManager, entityManager, "emoteBox", Color.FromHex("#48d1cc"));
return new TextSpeechBubble(text, senderEntity, eyeManager, chatManager, entityManager, "sayBox", Color.FromHex("#48d1cc"));

default:
throw new ArgumentOutOfRangeException();
Expand Down

0 comments on commit a94140b

Please sign in to comment.