Fixed incorrect response message for $playlist shuffle
This commit is contained in:
parent
142ec5cbb1
commit
cb9808cc99
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ public class CommandProcessor {
|
|||
if (split.length != 1) return false;
|
||||
Config.getConfig().shufflePlaylists = !Config.getConfig().shufflePlaylists;
|
||||
SongHandler.getInstance().setPlaylistShuffle(Config.getConfig().shufflePlaylists);
|
||||
if (Config.getConfig().loopPlaylists) {
|
||||
if (Config.getConfig().shufflePlaylists) {
|
||||
SongPlayer.addChatMessage("§6Enabled playlist shuffling");
|
||||
} else {
|
||||
SongPlayer.addChatMessage("§6Disabled playlist shuffling");
|
||||
|
|
Loading…
Reference in a new issue