17371738173917401741174217431744174517461747
playRandomMusic(); } else if (split[1].equalsIgnoreCase("pause")) { SoundSystem sound = getSoundSystem(); if (sound != null) { if (sound.playing("BgMusic")) { sound.pause("BgMusic"); } if (sound.playing("streaming")) { sound.pause("streaming"); } }
17401741174217431744174517461747174817491750
if (sound != null) { if (sound.playing("BgMusic")) { sound.pause("BgMusic"); } if (sound.playing("streaming")) { sound.pause("streaming"); } } } else if (split[1].equalsIgnoreCase("play")) { SoundSystem sound = getSoundSystem(); if (sound != null) {