fastforward: appears on the cheats menu

This commit is contained in:
James R 2024-03-22 00:54:32 -07:00
parent 11dc5b7318
commit 17c4fbbb51

View file

@ -468,7 +468,7 @@ void D_RegisterServerCommands(void)
#endif
#ifdef DEVELOP
COM_AddCommand("fastforward", Command_FastForward);
COM_AddDebugCommand("fastforward", Command_FastForward);
#endif
K_RegisterMidVoteCVars();