Skip to content

Commit

Permalink
Change looc prefix (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Dec 25, 2023
1 parent 85798bd commit 33ddee4
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 @@ -15,7 +15,7 @@ public abstract class SharedChatSystem : EntitySystem
public const char LocalPrefix = '>';
public const char ConsolePrefix = '/';
public const char DeadPrefix = '\\';
public const char LOOCPrefix = '(';
public const char LOOCPrefix = '_'; // Corvax-Localization
public const char OOCPrefix = '[';
public const char EmotesPrefix = '%'; // Corvax-Localization
public const char EmotesAltPrefix = '*';
Expand Down

0 comments on commit 33ddee4

Please sign in to comment.