[feat] ru and eng keycodes
# Conflicts: # Content.Shared/Chat/SharedChatSystem.cs
This commit is contained in:
@@ -218,8 +218,7 @@ public sealed partial class EncryptionKeySystem : EntitySystem
|
||||
|
||||
var key = id == SharedChatSystem.CommonChannel
|
||||
? SharedChatSystem.RadioCommonPrefix.ToString()
|
||||
: $"{SharedChatSystem.RadioChannelPrefix}{proto.KeyCode}";
|
||||
|
||||
: $":{string.Join(", :", proto.KeyCodes.ToArray())}"; //WD-EDIT
|
||||
examineEvent.PushMarkup(Loc.GetString(channelFTLPattern,
|
||||
("color", proto.Color),
|
||||
("key", key),
|
||||
|
||||
Reference in New Issue
Block a user