forked from chipmunkmc/chipmunkbot
stop it
This commit is contained in:
parent
88ceb46d71
commit
11ed0c5eb1
1 changed files with 3 additions and 2 deletions
|
@ -96,8 +96,9 @@ public class MusicCommand {
|
|||
|
||||
final Path path = getPath(context, "location");
|
||||
|
||||
if (path != null) songPlayer.loadSong(path);
|
||||
else songPlayer.loadSong(getUrl(context, "location"));
|
||||
songPlayer.loadSong(path);
|
||||
// if (path != null) songPlayer.loadSong(path);
|
||||
// else songPlayer.loadSong(getUrl(context, "location"));
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue