Merge pull request #71 from BjossiAlfreds/printf-leftover

Removed leftover printf debug prints
This commit is contained in:
Yamagi 2020-04-21 12:53:34 +02:00 committed by GitHub
commit 09f9cf8f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1018,7 +1018,6 @@ Add_Ammo(edict_t *ent, gitem_t *item, int count)
if (item->tag == AMMO_BULLETS)
{
printf("1\n");
max = ent->client->pers.max_bullets;
}
else if (item->tag == AMMO_SHELLS)
@ -1055,7 +1054,6 @@ Add_Ammo(edict_t *ent, gitem_t *item, int count)
}
else if (item->tag == AMMO_DISRUPTOR)
{
printf("2\n");
max = ent->client->pers.max_rounds;
}
else