Skip to content

Commit

Permalink
Fix MOTD requiring owner
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Nov 1, 2024
1 parent 9af3d53 commit df3ce15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/CS2/Commands/Gang/MotdCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ public async Task<CommandResult> Execute(PlayerWrapper? executor,
return CommandResult.SUCCESS;
}

if (rank != 0)
throw new GangException("Passed rank check but not numerical check");

if (info.ArgCount == 1) return CommandResult.PRINT_USAGE;

var motdManager = provider.GetService<IMotdPerk>();
Expand Down

0 comments on commit df3ce15

Please sign in to comment.