From 213102ca21957283778309f4b36664126f6ad332 Mon Sep 17 00:00:00 2001 From: Damen DeBerry Date: Wed, 20 Mar 2019 02:05:04 +0000 Subject: [PATCH] fixes the ID reset for weed buy --- gamemodes/irresistible/cnr/features/weed.pwn | 1 + 1 file changed, 1 insertion(+) diff --git a/gamemodes/irresistible/cnr/features/weed.pwn b/gamemodes/irresistible/cnr/features/weed.pwn index ebf07c0..88b0459 100644 --- a/gamemodes/irresistible/cnr/features/weed.pwn +++ b/gamemodes/irresistible/cnr/features/weed.pwn @@ -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;