From ba32fadbc08522a4d7124f00854157e6def44719 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Fri, 1 Jul 2022 02:41:24 +0700 Subject: [PATCH] Remove TODO note --- sources/Commands/ACommandTrader.uc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Commands/ACommandTrader.uc b/sources/Commands/ACommandTrader.uc index fb5c423..de05623 100644 --- a/sources/Commands/ACommandTrader.uc +++ b/sources/Commands/ACommandTrader.uc @@ -90,7 +90,7 @@ protected function BuildData(CommandDataBuilder builder) @ "booted out at the end of trading time. Also it is impossible to" @ "disable the trader and not boot players inside it.")); } -//TODO: trader select -c does not work properly + protected function Executed(CallData result, EPlayer callerPlayer) { if (result.subCommandName.IsEmpty()) {