fucking work damn it

This commit is contained in:
Headshot 2019-04-26 12:53:23 -04:30
parent 1e8b7655b6
commit 77cd6563dc

View File

@ -1952,7 +1952,7 @@ class gui(QtGui.QWidget):
BASS_ChannelPlay(self.sound, True)
def playMusic(self, mus):
if not mus.endswith(".mp3") and "MUSIC START" in self.musiclist: #vidya workaround
if not mus.endswith(".mp3") and "===MUSIC START===.mp3" in self.musiclist: #vidya workaround
mus += ".mp3"
if self.music: