diff options
Diffstat (limited to 'src/cgame/cg_event.c')
-rw-r--r-- | src/cgame/cg_event.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cgame/cg_event.c b/src/cgame/cg_event.c index b33c742e..eb92bd28 100644 --- a/src/cgame/cg_event.c +++ b/src/cgame/cg_event.c @@ -428,7 +428,7 @@ void CG_Menu( centity_t *cent, int eventParm ) break; case MN_DROID: - trap_SendConsoleCommand( "menu aclassmenu\n" ); + trap_SendConsoleCommand( "menu dclassmenu\n" ); break; case MN_HUMAN: @@ -436,7 +436,7 @@ void CG_Menu( centity_t *cent, int eventParm ) break; case MN_ABUILD: - trap_SendConsoleCommand( "menu abuildmenu\n" ); + trap_SendConsoleCommand( "menu dbuildmenu\n" ); break; case MN_HBUILD: |