Change AddAccent command to be case insensitive (#3112)

This commit is contained in:
DrSmugleaf
2021-02-09 20:21:29 +01:00
committed by GitHub
parent 9b9fbfdcfe
commit 7a069a4a0f
2 changed files with 13 additions and 19 deletions

View File

@@ -36,7 +36,7 @@ namespace Content.Shared.Administration
Permissions = 1 << 4,
/// <summary>
/// Ability to control teh server like restart it or change the round type.
/// Ability to control the server like restart it or change the round type.
/// </summary>
Server = 1 << 5,