diff --git a/Content.Server/GameTicking/Commands/ForceMapCommand.cs b/Content.Server/GameTicking/Commands/ForceMapCommand.cs index 4cc30ff38af..d453da81f43 100644 --- a/Content.Server/GameTicking/Commands/ForceMapCommand.cs +++ b/Content.Server/GameTicking/Commands/ForceMapCommand.cs @@ -9,7 +9,7 @@ namespace Content.Server.GameTicking.Commands { - [AdminCommand(AdminFlags.Round)] + [AdminCommand(AdminFlags.Host)] // SUNRISE-EDIT sealed class ForceMapCommand : IConsoleCommand { [Dependency] private readonly IConfigurationManager _configurationManager = default!;