From 06e58054284e0786cabd3e2f110e3f10a2548b3a Mon Sep 17 00:00:00 2001 From: sla-ppy Date: Fri, 24 May 2024 12:12:20 +0200 Subject: [PATCH] change version cmd behaviour --- src/TConsole.cpp | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/TConsole.cpp b/src/TConsole.cpp index 9c6561e..1d8e773 100644 --- a/src/TConsole.cpp +++ b/src/TConsole.cpp @@ -26,7 +26,9 @@ #include "TLuaEngine.h" #include +#include #include +#include #include static inline bool StringStartsWith(const std::string& What, const std::string& StartsWith) { @@ -273,7 +275,25 @@ void TConsole::Command_Version(const std::string& cmd, const std::vector& args) {