among us 1000
This commit is contained in:
parent
74b51345bb
commit
4cfd0a15f9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue