diff options
author | lonaasan <shadowlona@shadowlona.dev> | 2024-09-09 11:27:14 +0200 |
---|---|---|
committer | lonaasan <shadowlona@shadowlona.dev> | 2024-09-09 11:27:14 +0200 |
commit | 732fc2a9d7e9a4c5e3cf01ac191a392462f3da8c (patch) | |
tree | 5f6764ac49aec0a20bd45add222b0409f7f0a55f /source/frontend/StarClientCommandProcessor.hpp | |
parent | 98a395721ee0383bd2ed046235dd644909f2f943 (diff) |
[Revision] Applying the recommended changes from pull request #110 (return current value if no argument given, moving the methods to their correct location)
Diffstat (limited to 'source/frontend/StarClientCommandProcessor.hpp')
-rw-r--r-- | source/frontend/StarClientCommandProcessor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/frontend/StarClientCommandProcessor.hpp b/source/frontend/StarClientCommandProcessor.hpp index 658242c..94dad5d 100644 --- a/source/frontend/StarClientCommandProcessor.hpp +++ b/source/frontend/StarClientCommandProcessor.hpp @@ -58,7 +58,7 @@ private: String enableTech(String const& argumentsString); String upgradeShip(String const& argumentsString); String swap(String const& argumentsString); - String respawnInWorld(); + String respawnInWorld(String const& argumentsString); UniverseClientPtr m_universeClient; CinematicPtr m_cinematicOverlay; |