diff options
Diffstat (limited to 'src/cgame/cg_consolecmds.c')
-rw-r--r-- | src/cgame/cg_consolecmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index 63e095df..c53ee166 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -329,6 +329,7 @@ void CG_InitConsoleCommands( void ) { trap_AddCommand ("itemdeact"); trap_AddCommand ("itemtoggle"); trap_AddCommand ("destroy"); + trap_AddCommand ("deconstruct"); trap_AddCommand ("torch"); trap_AddCommand ("menu"); trap_AddCommand ("ui_menu"); |