2
0
mirror of https://github.com/s1lentq/reapi.git synced 2024-10-16 23:37:07 +03:00

Remove debug thing

This commit is contained in:
s1lent 2017-10-10 20:16:03 +07:00
parent 81d5b4b699
commit 7f32d83fed
No known key found for this signature in database
GPG Key ID: 0FE401DC73916B5C

View File

@ -211,7 +211,6 @@ void RemoveOrDropItem(CBasePlayer *pPlayer, CBasePlayerItem *pItem, GiveType typ
pPlayer->CSPlayer()->DropPlayerItem(STRING(pItem->pev->classname));
break;
case GT_REPLACE:
printf(" -> KILL: (%s)\n", STRING(pItem->pev->classname));
pPlayer->pev->weapons &= ~(1 << pItem->m_iId);
pPlayer->RemovePlayerItem(pItem);
pItem->Kill();