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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c
index 422a25a3..cbd9f63b 100644
--- a/src/game/g_cmds.c
+++ b/src/game/g_cmds.c
@@ -1808,8 +1808,8 @@ void Cmd_Destroy_f( gentity_t *ent )
}
// Don't allow destruction of hovel with granger inside
- if( traceEnt->s.modelindex == BA_A_HOVEL && traceEnt->active )
- return;
+ /*if( traceEnt->s.modelindex == BA_A_HOVEL && traceEnt->active )
+ return;*/
// Don't allow destruction of buildables that cannot be rebuilt
if( G_TimeTilSuddenDeath( ) <= 0 )