Login Page - Create Account

Support Board


Date/Time: Tue, 16 Sep 2025 02:30:57 +0000



Post From: ACSIL: max quantity 1 when there is no such configured limit

[2022-01-30 17:20:27]
User166108 - Posts: 75

Try INT_MAX.

Hmm specifically I did something like
std::numeric_limits<decltype(sc.MaximumPositionAllowed)>::max()
.

I guess INT_MAX makes more sense.