diff --git a/src/Tgstation.Server.Host/Controllers/UserController.cs b/src/Tgstation.Server.Host/Controllers/UserController.cs index 607a7900d6..67161f1db1 100644 --- a/src/Tgstation.Server.Host/Controllers/UserController.cs +++ b/src/Tgstation.Server.Host/Controllers/UserController.cs @@ -74,9 +74,7 @@ namespace Tgstation.Server.Host.Controllers CreatedBy = AuthenticationContext.User, Enabled = model.Enabled ?? false, InstanceManagerRights = model.InstanceManagerRights ?? InstanceManagerRights.None, -#pragma warning disable CA1308 // Normalize strings to uppercase Name = model.Name, -#pragma warning restore CA1308 // Normalize strings to uppercase SystemIdentifier = model.SystemIdentifier, InstanceUsers = new List() };