diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 6cc66c9a7..e8347fe79 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -1040,6 +1040,8 @@ void D_RegisterServerCommands(void) #ifdef LUA_ALLOW_BYTECODE COM_AddCommand("dumplua", Command_Dumplua_f); #endif + + CV_RegisterVar(&cv_debugmappatch); } // ========================================================================= @@ -1332,8 +1334,6 @@ void D_RegisterClientCommands(void) CV_RegisterVar(&cv_connectawaittime); CV_RegisterVar(&cv_serverinfoscreen); - - CV_RegisterVar(&cv_debugmappatch); } /**