update prefix

This commit is contained in:
CuongNV
2026-03-19 15:44:02 +07:00
parent c484ade69b
commit 8b8653c1fa
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ namespace BrewMonster.Scripts.ChatUI
private void OnCommand_speakmode(ChatChannel channel)
{
if (chatSystem == null) return;
Debug.Log("[CUong] OnCommand_speakmode");
var config = chatSystem.channelIcons.Find(c => c.channel == channel);
if (config.prefix != null)
{