Skip to content

Commit

Permalink
Replaced forcemap admin flag with Host (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
SplikZerys authored Jul 1, 2024
1 parent a4e37eb commit 61e2148
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 61e2148

Please sign in to comment.