From 9d30cbd22a3f78efb6984a347630d8d601002bc1 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Sat, 10 May 2025 10:52:34 +1000 Subject: make clipboard available when handling user-invoked chat commands --- source/frontend/StarClientCommandProcessor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/frontend/StarClientCommandProcessor.hpp') 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 macroCommands); - StringList handleCommand(String const& commandLine); + StringList handleCommand(String const& commandLine, bool userInput = false); bool debugDisplayEnabled() const; bool debugHudEnabled() const; -- cgit v1.2.3