Closed KenleyundLeon closed 5 months ago
@KenleyundLeon hey. Why did you close the bug? If issue exists, i need to fix it
The fix is to input an hexadecimal number example: 15.0 NOT 15 due to java awaiting an Number value rather than a integer value.
Edit: solved.
fix: input an hexadecimal number to the function and it will work. Example: 15.0, 15.5, 0.1 NOT 15
for the developer: Please add some sort of response example: awaited number got integer