You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening the popup window to auto-hire its fields come precompiled with the comma notation every 3 digits starting from the right like seen in this screenshot (the number defaults to the current number of staff):
but the system wont accept a comma in the number as reasonable input prompting this error message:
The text was updated successfully, but these errors were encountered:
NovemberOrWhatever
changed the title
Auto-hire window auto compilation bug
Auto-hire window auto completion bug
Mar 26, 2025
Strangely, this bug only shows up with Final Count, and not with Reserve Funds. This might be because double.TryParse can handle commas, but int.TryParse can't? Anyway, the solution is to just replace any "," with "" before we call TryAddAutoHire.
There is another bug with the text later on, where it will always trigger the "reserve funds" error message, because b1 can't be true.
When opening the popup window to auto-hire its fields come precompiled with the comma notation every 3 digits starting from the right like seen in this screenshot (the number defaults to the current number of staff):

but the system wont accept a comma in the number as reasonable input prompting this error message:

The text was updated successfully, but these errors were encountered: