From 1da61a5a9c0a260e62e25a5bdda906f8732960fe Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Sat, 6 Mar 2021 13:31:46 +0700 Subject: [PATCH] Fix `ACommandDosh` having broken "set" subcommand --- sources/Commands/BuiltInCommands/ACommandDosh.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Commands/BuiltInCommands/ACommandDosh.uc b/sources/Commands/BuiltInCommands/ACommandDosh.uc index eebacec..3b77e3e 100644 --- a/sources/Commands/BuiltInCommands/ACommandDosh.uc +++ b/sources/Commands/BuiltInCommands/ACommandDosh.uc @@ -27,7 +27,7 @@ protected function BuildData(CommandDataBuilder builder) .Describe(P("Gives (takes if negative) players a specified " @ "of money.")); builder.SubCommand(P("set")) - .ParamIntegerList(P("amount")) + .ParamInteger(P("amount")) .Describe(P("Sets players' money to a specified .")); builder.Option(P("silent")) .Describe(P("If specified - players won't receive a notification about"