diff --git a/YSI_Coding/y_ebc/y_ebc_entry.inc b/YSI_Coding/y_ebc/y_ebc_entry.inc index c4769a6c..7357ad50 100644 --- a/YSI_Coding/y_ebc/y_ebc_entry.inc +++ b/YSI_Coding/y_ebc/y_ebc_entry.inc @@ -161,7 +161,7 @@ stock bool:EBC_DestroyPlayerObject(playerid, objectid) #define _ALS_DestroyPlayerObject #define DestroyPlayerObject( EBC_DestroyPlayerObject( -stock bool:EBC_bool:DestroyPickup(pickupid) +stock bool:EBC_DestroyPickup(pickupid) { EBC_Deactivate(pickupid, tagof(Pickup:)); return bool:DestroyPickup(pickupid);