From b5b084a23cedf14d87ef17d5e11c5c53c43e917e Mon Sep 17 00:00:00 2001 From: SplikZerys Date: Fri, 28 Jun 2024 13:26:34 -0700 Subject: [PATCH] Replaced forcemap admin flag with Host --- Content.Server/GameTicking/Commands/ForceMapCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!;