From 461fb5d8964e01f2116ebd8524bc3e99ce057262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucca=20Jim=C3=A9nez=20K=C3=B6nings?= Date: Wed, 26 Jun 2024 13:34:32 +0200 Subject: [PATCH] improve error messages --- src/TConsole.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/TConsole.cpp b/src/TConsole.cpp index 38231cf..b9ae153 100644 --- a/src/TConsole.cpp +++ b/src/TConsole.cpp @@ -367,7 +367,7 @@ void TConsole::Command_Settings(const std::string&, const std::vector prints current value of specified setting - settings set sets specified setting to value + settings set sets specified setting to value )"; if (args.size() == 0) { @@ -412,8 +412,8 @@ void TConsole::Command_Settings(const std::string&, const std::vector