Skip to content

Commit

Permalink
Replaced forcemap admin flag with Host
Browse files Browse the repository at this point in the history
  • Loading branch information
SplikZerys committed Jun 28, 2024
1 parent 2d4e8f5 commit b5b084a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/GameTicking/Commands/ForceMapCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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!;
Expand Down

0 comments on commit b5b084a

Please sign in to comment.