From 61e214807efb443a2f811e3481eafa2293c56965 Mon Sep 17 00:00:00 2001 From: SplikZerys <136282037+SplikZerys@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:09:39 -0700 Subject: [PATCH] Replaced forcemap admin flag with Host (#158) --- 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!;