private static void RemoveDefaultDrops(ItemDropLocation location) { if (ItemDropAPI.Selection.ContainsKey(location)) { ItemDropAPI.RemoveDrops(location, ItemDropAPI.Selection[location] .Where(sel => sel.IsDefaults) .ToArray()); } }