Skip to content

Commit

Permalink
Remove (s) emote shortcut
Browse files Browse the repository at this point in the history
This shortcut was almost always used unintentionally by player(s), so remove it.
You can still use (sect) and (section)
  • Loading branch information
UnknownShadow200 committed Dec 9, 2021
1 parent 28c9f71 commit aa0f9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MCGalaxy/Chat/EmotesHandler.cs
Expand Up @@ -28,7 +28,7 @@ public static class EmotesHandler {
{ "updown", '↕' }, { "^v", '↕' },
{ "!!", '‼' },
{ "p", '¶' }, { "para", '¶' }, { "pilcrow", '¶' }, { "paragraph", '¶' },
{ "s", '§' }, { "sect", '§' }, { "section", '§' },
{ "sect", '§' }, { "section", '§' },
{ "-", '▬' }, { "_", '▬' }, { "bar", '▬' }, { "half", '▬' },
{ "updown2", '↨' }, { "^v_", '↨' },
{ "^", '↑' }, { "uparrow", '↑' },
Expand Down

0 comments on commit aa0f9ff

Please sign in to comment.