Skip to content

Commit

Permalink
добавлен префикс админа в ахелпе
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Jun 30, 2024
1 parent 0b0aa7c commit 7ce86c1
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 7ce86c1

Please sign in to comment.