diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 071142470..287011033 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -468,7 +468,7 @@ void D_RegisterServerCommands(void) #endif #ifdef DEVELOP - COM_AddCommand("fastforward", Command_FastForward); + COM_AddDebugCommand("fastforward", Command_FastForward); #endif K_RegisterMidVoteCVars();