Closed Lmaxplay closed 2 years ago
can you make a pull request for this?
I am unable too, since it just gives me an error with git. (I am not authorized)
Also I should be able to now, lemme make a pull request.
I think its my editor
21:22:44.395: [EconomyPlus] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/fix-nan:refs/heads/fix-nan --set-upstream
remote: Permission to ItsWagPvP/EconomyPlus.git denied to Lmaxplay.
fatal: unable to access 'https://github.com/ItsWagPvP/EconomyPlus/': The requested URL returned error: 403
21:23:23.808: [EconomyPlus] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/fix-nan:refs/heads/fix-nan --set-upstream
remote: Permission to ItsWagPvP/EconomyPlus.git denied to Lmaxplay.
fatal: unable to access 'https://github.com/ItsWagPvP/EconomyPlus/': The requested URL returned error: 403
21:23:26.138: [EconomyPlus] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false push --progress --porcelain origin refs/heads/fix-nan:refs/heads/fix-nan --set-upstream
remote: Permission to ItsWagPvP/EconomyPlus.git denied to Lmaxplay.
fatal: unable to access 'https://github.com/ItsWagPvP/EconomyPlus/': The requested URL returned error: 403
I can do it manually, anyways the pull-request is made
@ItsWagPvP I have made the pull request already, are you ready to merge it?
Describe the bug No check to see if value is NaN in Pay.java (this works for Infinity or NegativeInfinity too) Could be an issue in the future
To Reproduce Steps to reproduce the behavior:
Expected behavior It should detect that it detects that NaN and Infinity aren't valid inputs, but it doesn't
Screenshots Not applicable
Additional context
can be fixed with the above code