Skip to content

Commit

Permalink
fix(src): Фикс возможности говорить в рацию с коллективного разума
Browse files Browse the repository at this point in the history
  • Loading branch information
FaDeOkno committed Feb 26, 2025
1 parent 917e799 commit 9426b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Chat/Systems/ChatSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ public void TrySendInGameICMessage(
return;

// This message may have a radio prefix, and should then be whispered to the resolved radio channel
if (checkRadioPrefix)
if (checkRadioPrefix && (language ?? _language.GetCurrentLanguage(source)).LanguageType is Generic gen) // ADT Tweaked
{
if (TryProccessRadioMessage(source, sanitizedMessage, out var modMessage, out var channel)) // Accent fix
{
Expand Down

0 comments on commit 9426b4f

Please sign in to comment.