Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: player wheel string conversion (#2967)
Now checks to ensure that strings are numeric before converting them to numbers with std::stoull. If the strings are not numeric, it falls back to a lexicographical comparison, preventing crashes caused by invalid conversions. Resolves #2966
- Loading branch information