File tree Expand file tree Collapse file tree
LabExtended/API/RemoteAdmin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ public class RemoteAdminController : IDisposable
3838 /// <summary>
3939 /// The prefix for the dummy icon.
4040 /// </summary>
41- public const string DummyIconPrefix = "" ;
41+ public const string DummyIconPrefix = "[<color=#fcba03> \ud83d \udcbb </color>] " ;
4242
4343 /// <summary>
4444 /// The prefix for the muted icon.
4545 /// </summary>
46- public const string MutedIconPrefix = "" ;
46+ public const string MutedIconPrefix = "<link=RA_Muted><color=white>[</color> \ud83d \udd07 <color=white>]</color></link> " ;
4747
4848 /// <summary>
4949 /// The prefix for the Overwatch icon.
5050 /// </summary>
51- public const string OverwatchIconPrefix = "" ;
51+ public const string OverwatchIconPrefix = "<link=RA_OverwatchEnabled><color=white>[</color><color=#03f8fc> \uf06e </color><color=white>]</color></link> " ;
5252
5353 private static readonly UniqueStringGenerator objectIdGenerator = new ( 10 , false ) ;
5454 private static readonly UniqueInt32Generator listIdGenerator = new ( 6000 , 11000 ) ;
You can’t perform that action at this time.
0 commit comments