Browse Source

Remove unrelated comment

pull/8/head
Anton Tarasenko 4 years ago
parent
commit
ce9d182fe7
  1. 1
      sources/Commands/BuiltInCommands/ACommandNick.uc

1
sources/Commands/BuiltInCommands/ACommandNick.uc

@ -19,7 +19,6 @@
*/ */
class ACommandNick extends Command; class ACommandNick extends Command;
//'dosh' for giving dosh (subcommand for setting it, options for min/max resulting value, silent)
protected function BuildData(CommandDataBuilder builder) protected function BuildData(CommandDataBuilder builder)
{ {
builder.Name(P("nick")).Summary(P("Changes nickname.")); builder.Name(P("nick")).Summary(P("Changes nickname."));

Loading…
Cancel
Save