diff options
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r-- | src/game/g_cmds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index d99013b1..2aeada05 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -266,7 +266,7 @@ void Cmd_Give_f (gentity_t *ent) } // spawn a specific item right on the player - if ( !give_all ) { +/* if ( !give_all ) { it = BG_FindItem (name); if (!it) { return; @@ -282,7 +282,7 @@ void Cmd_Give_f (gentity_t *ent) if (it_ent->inuse) { G_FreeEntity( it_ent ); } - } + }*/ } |