oops
This commit is contained in:
parent
95d032889f
commit
e266fb723a
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue