diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-19 13:35:55 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-19 13:35:55 +1100 |
commit | 5ca42599ef52236274938dba9bd6e113611cb734 (patch) | |
tree | d8eea4d1064ba0821f173f3f154646c142d21884 /source/frontend/StarClientCommandProcessor.hpp | |
parent | 5f01d2d4d7c19e280f02cd2e0ecd73990f2373a4 (diff) |
make timescale a server command and add a tickrate command
Diffstat (limited to 'source/frontend/StarClientCommandProcessor.hpp')
-rw-r--r-- | source/frontend/StarClientCommandProcessor.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/frontend/StarClientCommandProcessor.hpp b/source/frontend/StarClientCommandProcessor.hpp index 50e5a06..b06f3d5 100644 --- a/source/frontend/StarClientCommandProcessor.hpp +++ b/source/frontend/StarClientCommandProcessor.hpp @@ -58,7 +58,6 @@ private: String enableTech(String const& argumentsString); String upgradeShip(String const& argumentsString); String swap(String const& argumentsString); - String timeScale(String const& argumentsString); UniverseClientPtr m_universeClient; CinematicPtr m_cinematicOverlay; |