We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears that someone was trying to spoof their location but put in 42,42 rather than the expected format of 42.42. This produced an error:
Caused by: java.lang.NumberFormatException: Invalid double: "42,42"
There are a couple ways to handle this, I'm just going to replace coma's to start.
The text was updated successfully, but these errors were encountered:
thequbit
No branches or pull requests
It appears that someone was trying to spoof their location but put in 42,42 rather than the expected format of 42.42. This produced an error:
There are a couple ways to handle this, I'm just going to replace coma's to start.
The text was updated successfully, but these errors were encountered: