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/game/StarCommandProcessor.hpp | |
parent | 5f01d2d4d7c19e280f02cd2e0ecd73990f2373a4 (diff) |
make timescale a server command and add a tickrate command
Diffstat (limited to 'source/game/StarCommandProcessor.hpp')
-rw-r--r-- | source/game/StarCommandProcessor.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/game/StarCommandProcessor.hpp b/source/game/StarCommandProcessor.hpp index 6d9bd2d..a62cfc9 100644 --- a/source/game/StarCommandProcessor.hpp +++ b/source/game/StarCommandProcessor.hpp @@ -28,6 +28,8 @@ private: String warp(ConnectionId connectionId, String const& argumentString); String warpRandom(ConnectionId connectionId, String const& argumentString); String timewarp(ConnectionId connectionId, String const& argumentString); + String timescale(ConnectionId connectionId, String const& argumentString); + String tickrate(ConnectionId connectionId, String const& argumentString); String setTileProtection(ConnectionId connectionId, String const& argumentString); String setDungeonId(ConnectionId connectionId, String const& argumentString); String setPlayerStart(ConnectionId connectionId, String const& argumentString); |