Skip to content

Commit 2abbb7c

Browse files
committed
remove comment from outputted files
1 parent f3c0d2c commit 2abbb7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ClashMusicGui.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,8 @@ def saveFile(self):
258258
with open(f'{self.root}/audio/music.json', 'w') as output:
259259

260260
data = {
261-
'_OpenToontownTools': "This file was generated using the Clash Music GUI. https://github.com/OpenToontownTools/ClashMusicGUI",
261+
# 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",
262263
'default': {},
263264
'halloween': {},
264265
'christmas': {},

0 commit comments

Comments
 (0)