address warning with Weed_ResetSellingProperties

This commit is contained in:
Lorenc Pekaj 2019-01-20 11:15:21 +11:00
parent 4da941cd09
commit 2cf0111d75

View File

@ -332,4 +332,5 @@ stock Weed_ResetSellingProperties( playerid )
Weed_ResetSellingProperties( playerid );
p_WeedSellingGrams[ playerid ] = 0;
p_WeedSellingPrice[ playerid ] = 0;
return 1;
}