diff --git a/scripts/event/Subway.js b/scripts/event/Subway.js
index fd250d946a..34559ac878 100644
--- a/scripts/event/Subway.js
+++ b/scripts/event/Subway.js
@@ -36,12 +36,6 @@ function stopEntry() {
}
function takeoff() {
- const PacketCreator = Java.type('tools.PacketCreator');
-
- //sound src: https://www.soundjay.com/transportation/metro-door-close-01.mp3
- KC_docked.broadcastMessage(PacketCreator.playSound("subway/whistle"));
- NLC_docked.broadcastMessage(PacketCreator.playSound("subway/whistle"));
-
em.setProperty("docked", "false");
KC_Waiting.warpEveryone(Subway_to_NLC.getId());
NLC_Waiting.warpEveryone(Subway_to_KC.getId());
@@ -52,10 +46,6 @@ function arrived() {
Subway_to_KC.warpEveryone(KC_docked.getId(), 0);
Subway_to_NLC.warpEveryone(NLC_docked.getId(), 0);
scheduleNew();
-
- const PacketCreator = Java.type('tools.PacketCreator');
- KC_docked.broadcastMessage(PacketCreator.playSound("subway/whistle"));
- NLC_docked.broadcastMessage(PacketCreator.playSound("subway/whistle"));
}
function cancelSchedule() {}
diff --git a/wz/Sound.wz/Field.img.xml b/wz/Sound.wz/Field.img.xml
index dfae853d1a..ed8a2cdc37 100644
--- a/wz/Sound.wz/Field.img.xml
+++ b/wz/Sound.wz/Field.img.xml
@@ -79,7 +79,4 @@
-
-
-