This commit is contained in:
DasIschBims 2023-08-17 21:47:40 +02:00
parent 46c6e66401
commit 9c0d0eeb7e
No known key found for this signature in database
GPG Key ID: A01C65C4183A6610
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class KillCommand : ApiCommand
public KillCommand()
{
CommandString = "/kill";
HelpString = "/kill <name>|<steamid>";
HelpString = "Kill player by name or steamid";
Aliases = new string[] { "/k" };
AdminOnly = true;
}