Add /logout chat command

This commit is contained in:
Kelsi 2026-02-05 15:59:06 -08:00
parent b758f45a9f
commit 0ef0a9e028
3 changed files with 25 additions and 0 deletions

View file

@ -58,6 +58,7 @@ public:
// Single-player mode
void startSinglePlayer();
bool isSinglePlayer() const { return singlePlayerMode; }
void logoutToLogin();
// Weapon loading (called at spawn and on equipment change)
void loadEquippedWeapons();