From 98a395721ee0383bd2ed046235dd644909f2f943 Mon Sep 17 00:00:00 2001 From: lonaasan Date: Mon, 9 Sep 2024 09:53:11 +0200 Subject: [Small Addition] added respawnInWorld Command --- source/frontend/StarClientCommandProcessor.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'source/frontend/StarClientCommandProcessor.hpp') diff --git a/source/frontend/StarClientCommandProcessor.hpp b/source/frontend/StarClientCommandProcessor.hpp index b06f3d5..658242c 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(); UniverseClientPtr m_universeClient; CinematicPtr m_cinematicOverlay; -- cgit v1.2.3