summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index e61fa353..6c9e457c 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -1562,7 +1562,6 @@ void Cmd_Class_f( gentity_t *ent )
trace_t tr;
vec3_t infestOrigin, infestAngles;
int allowedClasses[ NUM_AC ] = { PCL_A_B_BASE,
- PCL_A_B_LEV1,
PCL_A_O_BASE };
clientNum = ent->client - level.clients;
@@ -2203,6 +2202,10 @@ void Cmd_Build_f( gentity_t *ent )
case IBE_NOPOWER:
G_AddPredictableEvent( ent, EV_MENU, MN_H_NOPOWER );
break;
+
+ case IBE_NOCREEP:
+ G_AddPredictableEvent( ent, EV_MENU, MN_A_NOCREEP );
+ break;
}
}
else