Change Resave Permission Requirement to Host (#31397)
ChangePermissionFlagToHost
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Server.Maps;
|
||||
/// <summary>
|
||||
/// Loads every map and resaves it into the data folder.
|
||||
/// </summary>
|
||||
[AdminCommand(AdminFlags.Mapping)]
|
||||
[AdminCommand(AdminFlags.Host)]
|
||||
public sealed class ResaveCommand : LocalizedCommands
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entManager = default!;
|
||||
|
||||
Reference in New Issue
Block a user