if a player that isn't from team, plants a seed in another players planter box, it doesn't consume the seeds from inventory. same for clones.

I removed this for now helped:

var refund = ItemManager.CreateByName(held.info.shortname, 1);

if (refund != null)
{
player.inventory.GiveItem(refund);
}