From: PursuitInAshes Date: Sun, 25 Aug 2024 01:55:31 +0000 (-0700) Subject: Change `Resave` Permission Requirement to Host (#31397) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=c1aee02c7439daec2e2b302cd4023acd17a80a1d;p=space-station-14.git Change `Resave` Permission Requirement to Host (#31397) ChangePermissionFlagToHost --- diff --git a/Content.Server/Maps/ResaveCommand.cs b/Content.Server/Maps/ResaveCommand.cs index a966070d3e..cc4d13dded 100644 --- a/Content.Server/Maps/ResaveCommand.cs +++ b/Content.Server/Maps/ResaveCommand.cs @@ -13,7 +13,7 @@ namespace Content.Server.Maps; /// /// Loads every map and resaves it into the data folder. /// -[AdminCommand(AdminFlags.Mapping)] +[AdminCommand(AdminFlags.Host)] public sealed class ResaveCommand : LocalizedCommands { [Dependency] private readonly IEntityManager _entManager = default!;