Skip to content

Commit

Permalink
Change SLOOC prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician authored Feb 23, 2025
1 parent 4646ba5 commit 55b7c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Chat/SharedChatSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public abstract class SharedChatSystem : EntitySystem
public const char EmotesPrefix = '@';
public const char EmotesAltPrefix = '*';
public const char SubtlePrefix = '-';
public const char SubtleOOCPrefix = '.';
public const char SubtleOOCPrefix = '{'; // Floof - changed to "{"
public const char AdminPrefix = ']';
public const char WhisperPrefix = ',';
public const char TelepathicPrefix = '='; //Nyano - Summary: Adds the telepathic channel's prefix.
Expand Down

0 comments on commit 55b7c91

Please sign in to comment.