diff --git a/sources/Commands/ACommandNick.uc b/sources/Commands/ACommandNick.uc index c286f9c..81260ca 100644 --- a/sources/Commands/ACommandNick.uc +++ b/sources/Commands/ACommandNick.uc @@ -36,7 +36,7 @@ protected function BuildData(CommandDataBuilder builder) { builder.Name(P("nick")).Summary(P("Changes nickname.")); builder.RequireTarget(); - builder.ParamText(P("nick")) + builder.ParamRemainder(P("nick")) .Describe(P("Changes nickname of targeted players to .")); builder.Option(P("plain")) .Describe(P("Take nickname exactly as typed, without attempting to"