Skip to content

Commit

Permalink
Fix Sound Name
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Jan 12, 2025
1 parent 3ec5f15 commit 4ded639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class PearlSoundBroadcast implements Listener {

@SuppressWarnings("ConstantConditions") // null warning for the sound
private final static VarSound PEARL_SOUND = VarSound.from(Helper.get().getSoundByName("ENTITY_ENDER_PEARL_THROW"));
private final static VarSound PEARL_SOUND = VarSound.from(Helper.get().getSoundByName("ENTITY_ENDERMAN_TELEPORT"));

@EventHandler
public void onEntityTeleportEvent(PlayerTeleportEvent event) {
Expand Down

0 comments on commit 4ded639

Please sign in to comment.