mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Fix ConfigurationsRights.List not being a power of 2
This commit is contained in:
@@ -23,6 +23,6 @@ namespace Tgstation.Server.Api.Rights
|
||||
/// <summary>
|
||||
/// User may list files
|
||||
/// </summary>
|
||||
List = 3
|
||||
List = 4
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user