Skip to content

Commit

Permalink
Qualify bombicon command
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 17, 2024
1 parent b21188a commit 8082ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/Gangs.BombIconPerk/BombIconCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class BombIconCommand(IServiceProvider provider) : ICommand {
private readonly IRankManager ranks =
provider.GetRequiredService<IRankManager>();

public string Name => "bombicon";
public string Name => "css_bombicon";
public string[] Usage => ["<icon>"];

public void Start() {
Expand Down

0 comments on commit 8082ed3

Please sign in to comment.