2
0
mirror of https://github.com/rehlds/reapi.git synced 2025-01-16 08:38:08 +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)); pPlayer->CSPlayer()->DropPlayerItem(STRING(pItem->pev->classname));
break; break;
case GT_REPLACE: case GT_REPLACE:
printf(" -> KILL: (%s)\n", STRING(pItem->pev->classname));
pPlayer->pev->weapons &= ~(1 << pItem->m_iId); pPlayer->pev->weapons &= ~(1 << pItem->m_iId);
pPlayer->RemovePlayerItem(pItem); pPlayer->RemovePlayerItem(pItem);
pItem->Kill(); pItem->Kill();