Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
Add sound
Browse files Browse the repository at this point in the history
  • Loading branch information
orozso authored Dec 15, 2016
1 parent 3e4e64d commit 7d7ef0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hu/EnderBoyHUN/pl/TeleportPlate/MoveEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void onPlate(PlayerMoveEvent e)


e.getPlayer().teleport(l);
e.getPlayer().playSound(l,Sound.ENTITY_ENDERMEN_TELEPORT,1,1);
e.getPlayer().sendMessage( lang.successfulTeleport );


Expand Down

0 comments on commit 7d7ef0a

Please sign in to comment.