diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-12 19:13:57 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-09-12 19:13:57 +1000 |
commit | 4da398e42dbc9b18ec27ba27d0fa570adfc58922 (patch) | |
tree | 26b758398ed032eb951152b47ddcfc44206a7e9c /source/frontend/StarClientCommandProcessor.hpp | |
parent | 3c4a2eb71eea73c7e505ab631a1abc484f9e7b92 (diff) | |
parent | 7852ad9cf2efdf359132c986f46b0e34acbd28ba (diff) |
Merge branch 'main' into wip/net-n-btree
Diffstat (limited to 'source/frontend/StarClientCommandProcessor.hpp')
-rw-r--r-- | source/frontend/StarClientCommandProcessor.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/frontend/StarClientCommandProcessor.hpp b/source/frontend/StarClientCommandProcessor.hpp index b06f3d5..94dad5d 100644 --- a/source/frontend/StarClientCommandProcessor.hpp +++ b/source/frontend/StarClientCommandProcessor.hpp @@ -58,6 +58,7 @@ private: String enableTech(String const& argumentsString); String upgradeShip(String const& argumentsString); String swap(String const& argumentsString); + String respawnInWorld(String const& argumentsString); UniverseClientPtr m_universeClient; CinematicPtr m_cinematicOverlay; |