Open chewbacca2314 opened 11 months ago
Please increase the limits to at least 40k, because there're a lot of cases when people get stucked into the limit of 20k ItemOnGroundLabel elements.
public RangeNode<int> MaxGroundItemLabels { get; set; } = new RangeNode<int>(5000, 0, 40000);
Oh wait, the slider isn't actually clamped. Just CTRL + left click on it and type in your desired value.
CTRL + left click
Please increase the limits to at least 40k, because there're a lot of cases when people get stucked into the limit of 20k ItemOnGroundLabel elements.