This commit is contained in:
parent
6f115b8e25
commit
394b20d818
1 changed files with 2 additions and 0 deletions
|
@ -131,5 +131,7 @@ public class SongLoaderRunnable implements Runnable {
|
|||
exception.printStackTrace();
|
||||
bot.chat.tellraw(Component.translatable("Failed to load song: %s", exception.message).color(NamedTextColor.RED));
|
||||
bot.music.loaderThread = null;
|
||||
|
||||
if (isUrl) bot.music.loadings--;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue