From 1c4106469dd1e8c859c20385f3898586952c7795 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Tue, 28 Jun 2022 18:35:25 +0700 Subject: [PATCH] Change nick command to use remainter param --- sources/Commands/ACommandNick.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"