Skip to content

Commit

Permalink
Fix EBC bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Cole committed Oct 27, 2023
1 parent 906805d commit 399929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSI_Coding/y_ebc/y_ebc_entry.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 399929a

Please sign in to comment.