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