Fix ConfigurationsRights.List not being a power of 2

This commit is contained in:
Cyberboss
2018-08-29 15:28:48 -04:00
parent d447f2c347
commit c309d98914
@@ -23,6 +23,6 @@ namespace Tgstation.Server.Api.Rights
/// <summary>
/// User may list files
/// </summary>
List = 3
List = 4
}
}