Skip to content

Commit

Permalink
Remove unused argument mention in sm_forcertd docs (fixes #90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil25 committed Dec 27, 2023
1 parent e6d73cd commit 3828da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting/rtd.sp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public Action Command_ForceRTD(int client, int args)
{
if (args < 1)
{
ReplyToCommand(client, "[SM] Usage: sm_forcertd <target> [perk ID] [time in seconds] [override class restriction (0/1)]");
ReplyToCommand(client, "[SM] Usage: sm_forcertd <target> [perk query] [time in seconds]");
return Plugin_Handled;
}

Expand Down Expand Up @@ -430,7 +430,7 @@ public Action Command_RemoveRTD(int client, int args)
{
if (args < 1)
{
ReplyToCommand(client, "[SM] Usage: sm_removertd <player> <\"reason\">*");
ReplyToCommand(client, "[SM] Usage: sm_removertd <player> [\"reason\"]");
return Plugin_Handled;
}

Expand Down

0 comments on commit 3828da8

Please sign in to comment.