Revert Rich text (#5848)
This commit is contained in:
@@ -8,7 +8,6 @@ using Robust.Shared.Localization;
|
||||
using Robust.Server.Player;
|
||||
using Robust.Shared.IoC;
|
||||
using Robust.Shared.Utility;
|
||||
using Robust.Shared.Utility.Markup;
|
||||
|
||||
namespace Content.Server.Administration
|
||||
{
|
||||
@@ -34,7 +33,7 @@ namespace Content.Server.Administration
|
||||
return;
|
||||
}
|
||||
|
||||
var escapedText = Basic.EscapeText(message.Text);
|
||||
var escapedText = FormattedMessage.EscapeText(message.Text);
|
||||
|
||||
|
||||
var bwoinkText = senderAdmin switch
|
||||
|
||||
Reference in New Issue
Block a user