diff --git a/plugins/include/tf2_stocks.inc b/plugins/include/tf2_stocks.inc index 019bf628..d86c2696 100644 --- a/plugins/include/tf2_stocks.inc +++ b/plugins/include/tf2_stocks.inc @@ -427,7 +427,7 @@ stock TF2_RemoveWeaponSlot(client, slot) while ((weaponIndex = GetPlayerWeaponSlot(client, slot)) != -1) { RemovePlayerItem(client, weaponIndex); - RemoveEdict(weaponIndex); + AcceptEntityInput(weaponIndex, "Kill"); } }