Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/frontend/StarClientCommandProcessor.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2025-05-10 10:52:34 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2025-05-10 10:52:34 +1000
commit9d30cbd22a3f78efb6984a347630d8d601002bc1 (patch)
tree060888673996fe54cb34578e24f888f211882b8a /source/frontend/StarClientCommandProcessor.hpp
parent93a8e3213287a1aab47a0a1e36925fc679f12f1d (diff)
make clipboard available when handling user-invoked chat commands
Diffstat (limited to 'source/frontend/StarClientCommandProcessor.hpp')
-rw-r--r--source/frontend/StarClientCommandProcessor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarClientCommandProcessor.hpp b/source/frontend/StarClientCommandProcessor.hpp
index df60b96..b8bb7e5 100644
--- a/source/frontend/StarClientCommandProcessor.hpp
+++ b/source/frontend/StarClientCommandProcessor.hpp
@@ -15,7 +15,7 @@ public:
ClientCommandProcessor(UniverseClientPtr universeClient, CinematicPtr cinematicOverlay,
MainInterfacePaneManager* paneManager, StringMap<StringList> macroCommands);
- StringList handleCommand(String const& commandLine);
+ StringList handleCommand(String const& commandLine, bool userInput = false);
bool debugDisplayEnabled() const;
bool debugHudEnabled() const;