From fe95d1767196a3fdcbd8ec2972f85670548c2ddf Mon Sep 17 00:00:00 2001 From: camoweed <79946143+camoweed@users.noreply.github.com> Date: Sat, 20 Dec 2025 02:56:57 +0000 Subject: [PATCH] 1.1.2 actually apply TeleportSound to TPA --- src/main/java/wyspr/BTE/utils/Teleport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/wyspr/BTE/utils/Teleport.java b/src/main/java/wyspr/BTE/utils/Teleport.java index 6b5104b..3546f69 100644 --- a/src/main/java/wyspr/BTE/utils/Teleport.java +++ b/src/main/java/wyspr/BTE/utils/Teleport.java @@ -101,7 +101,7 @@ movingPlayer.username, new PacketRespawn( } ((PlayerServer) movingPlayer).teleport(x, y, z, yr, xr); movingPlayer.moveTo(x, y, z, yr, xr); - movingPlayer.world.playSoundAtEntity(null, movingPlayer, "random.explode", 2, 2); + movingPlayer.world.playSoundAtEntity(null, movingPlayer, Essentials.TeleportSound, 2, 2); movingPlayer.world.spawnParticle("smoke", x + 0.5, y, z + 0.5, 0, 0, 0, 0); // Show the teleported player to the accepting player instantly // instead of waiting on the server to send the packet