From 5ca42599ef52236274938dba9bd6e113611cb734 Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:35:55 +1100 Subject: make timescale a server command and add a tickrate command --- source/frontend/StarClientCommandProcessor.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/frontend/StarClientCommandProcessor.hpp') 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; -- cgit v1.2.3