Skip to content

Commit 586bac7

Browse files
committed
i forgor
1 parent aca8d5d commit 586bac7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

LabExtended/API/RemoteAdmin/RemoteAdminController.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)