Skip to content

Commit 01d3fee

Browse files
Update HgExport.csx
1 parent a251410 commit 01d3fee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Scripts/HgExport.csx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,9 +1076,6 @@ void AddSoundData (string assetName, UndertaleData VanillaData, UndertaleData Mo
10761076

10771077

10781078
byte[] modSoundData = GetSoundData(modSound, ModData, ModDataPath, false);
1079-
if (assetName.Equals("snd_train")) {
1080-
ScriptMessage(String.Format("Length of sound data for test sound: {0}", modSoundData == null ? "null" : modSoundData.Length));
1081-
}
10821079
if (modSoundData == null) {
10831080
// TODO: Handle this better
10841081
//throw new Exception(String.Format("ERROR: {0}'s sound data was null, cannot export.", assetName));
@@ -2162,4 +2159,4 @@ sw.Close();
21622159

21632160
UpdateProgressBar("Creating Config File", "Creating Patch Files from Differences...", 1, 1);
21642161
ScriptMessage("Patch Creation Complete");
2165-
HideProgressBar();
2162+
HideProgressBar();

0 commit comments

Comments
 (0)