Skip to content

Commit d26f5d5

Browse files
committed
Fix ImportSoundsBulk script
1 parent 4c0c730 commit d26f5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UndertaleModTool/Repackers/ImportSoundsBulk.csx

+2-2
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ await Task.Run(() => {
282282
GroupID = (needAGRP ? audioGroupID : Data.GetBuiltinSoundGroupID())
283283
};
284284
Data.Sounds.Add(snd_to_add);
285-
ChangeSelection(snd_to_add);
285+
//ChangeSelection(snd_to_add);
286286
}
287287
else if (replaceSoundPropertiesCheck)
288288
{
@@ -303,7 +303,7 @@ await Task.Run(() => {
303303
{
304304
existing_snd.AudioFile = RaudioFile;
305305
existing_snd.AudioID = audioID;
306-
ChangeSelection(existing_snd);
306+
//ChangeSelection(existing_snd);
307307
}
308308
}
309309
});

0 commit comments

Comments
 (0)