mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
fastforward: appears on the cheats menu
This commit is contained in:
parent
11dc5b7318
commit
17c4fbbb51
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ void D_RegisterServerCommands(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEVELOP
|
#ifdef DEVELOP
|
||||||
COM_AddCommand("fastforward", Command_FastForward);
|
COM_AddDebugCommand("fastforward", Command_FastForward);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
K_RegisterMidVoteCVars();
|
K_RegisterMidVoteCVars();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue