1 parent f3c0d2c commit 2abbb7cCopy full SHA for 2abbb7c
1 file changed
ClashMusicGui.py
@@ -258,7 +258,8 @@ def saveFile(self):
258
with open(f'{self.root}/audio/music.json', 'w') as output:
259
260
data = {
261
- '_OpenToontownTools': "This file was generated using the Clash Music GUI. https://github.com/OpenToontownTools/ClashMusicGUI",
+ # This doesn't work right now, it prevents the file from loading in clash for some reason
262
+ #'_OpenToontownTools': "This file was generated using the Clash Music GUI. https://github.com/OpenToontownTools/ClashMusicGUI",
263
'default': {},
264
'halloween': {},
265
'christmas': {},
0 commit comments