diff options
Diffstat (limited to 'src/cgame/cg_consolecmds.c')
-rw-r--r-- | src/cgame/cg_consolecmds.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/cgame/cg_consolecmds.c b/src/cgame/cg_consolecmds.c index 80cd1293..468cdeac 100644 --- a/src/cgame/cg_consolecmds.c +++ b/src/cgame/cg_consolecmds.c @@ -279,9 +279,7 @@ void CG_InitConsoleCommands( void ) trap_AddCommand( "build" ); trap_AddCommand( "buy" ); trap_AddCommand( "sell" ); - trap_AddCommand( "deposit" ); - trap_AddCommand( "withdraw" ); - trap_AddCommand( "spawnbody" ); + trap_AddCommand( "reload" ); trap_AddCommand( "itemact" ); trap_AddCommand( "itemdeact" ); trap_AddCommand( "itemtoggle" ); |