From c309d98914aaaf3c8647eb12e7d54fb43abbaef3 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 29 Aug 2018 15:28:48 -0400 Subject: [PATCH] Fix ConfigurationsRights.List not being a power of 2 --- src/Tgstation.Server.Api/Rights/ConfigurationRights.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Api/Rights/ConfigurationRights.cs b/src/Tgstation.Server.Api/Rights/ConfigurationRights.cs index 3efc5dae0f..45b02e528f 100644 --- a/src/Tgstation.Server.Api/Rights/ConfigurationRights.cs +++ b/src/Tgstation.Server.Api/Rights/ConfigurationRights.cs @@ -23,6 +23,6 @@ namespace Tgstation.Server.Api.Rights /// /// User may list files /// - List = 3 + List = 4 } }