Skip to content

Commit

Permalink
Merge branch 'master' into ahelp_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Jun 30, 2024
2 parents 9c9efc1 + b11d3d2 commit a3fbbff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Administration/Systems/BwoinkSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ protected override void OnBwoinkTextMessage(BwoinkTextMessage message, EntitySes
}
else if (senderAdmin is not null && senderAdmin.HasFlag(AdminFlags.Adminhelp))
{
bwoinkText = $"[color=red]{senderSession.Name}[/color]";
bwoinkText = $"\\[{senderAdmin.Title}\\][color=red]{senderSession.Name}[/color]"; //сообщение админа. тут подставляется префикс звания админа в сообщение. Tweak ADT
}
else
{
Expand Down

0 comments on commit a3fbbff

Please sign in to comment.