among us 1000

This commit is contained in:
Chayapak 2023-04-11 14:47:03 +07:00
parent 74b51345bb
commit 4cfd0a15f9

View file

@ -303,7 +303,7 @@ public class MusicCommand implements Command {
final long milliseconds;
try {
milliseconds = Long.parseLong(args[1]);
milliseconds = Long.parseLong(args[1]) / 1000;
} catch (NumberFormatException e) {
return Component.text("Invalid timestamp").color(NamedTextColor.RED);
}