Merged in daymen/weed-fix (pull request #75)

fixes the ID reset for weed buy
This commit is contained in:
Damen DeBerry 2019-03-20 11:53:41 +00:00 committed by Lorenc Pekaj
commit 0288e8f83f

View File

@ -329,6 +329,7 @@ stock Weed_GetPlantLimit( playerid )
stock Weed_ResetSellingProperties( playerid )
{
p_WeedDealer[ playerid ] = INVALID_PLAYER_ID;
p_WeedSellingGrams[ playerid ] = 0;
p_WeedSellingPrice[ playerid ] = 0;
return 1;