Last Words can no longer be prefixed with a radio channel identifier (#22459)
This commit is contained in:
@@ -75,7 +75,7 @@ public sealed class CritMobActionsSystem : EntitySystem
|
|||||||
}
|
}
|
||||||
lastWords += "...";
|
lastWords += "...";
|
||||||
|
|
||||||
_chat.TrySendInGameICMessage(uid, lastWords, InGameICChatType.Whisper, ChatTransmitRange.Normal, ignoreActionBlocker: true);
|
_chat.TrySendInGameICMessage(uid, lastWords, InGameICChatType.Whisper, ChatTransmitRange.Normal, checkRadioPrefix: false, ignoreActionBlocker: true);
|
||||||
_host.ExecuteCommand(actor.PlayerSession, "ghost");
|
_host.ExecuteCommand(actor.PlayerSession, "ghost");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user