We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570d405 commit 1d0a173Copy full SHA for 1d0a173
src/main/java/me/hsgamer/bettergui/util/TickUtil.java
@@ -64,6 +64,6 @@ public static Optional<Long> toMillis(String input) {
64
function = n -> ticksToMillis(n.longValue());
65
}
66
67
- return Validate.getNumber(number).map(function);
+ return Validate.getNumber(number.trim()).map(function);
68
69
0 commit comments