Audio on original video got yoinked

This commit is contained in:
PikaMug 2023-12-04 23:36:22 -05:00
parent bc65715551
commit 3359fd3175
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ public class BukkitPlayerListener implements Listener {
|| event.getPlayer().getInventory().getHelmet().getType().name().equals("CARVED_PUMPKIN"))) {
if (!event.getAction().equals(Action.RIGHT_CLICK_AIR)) {
BukkitLang.send(player, " " + ChatColor.AQUA + ChatColor.UNDERLINE
+ "https://www.youtube.com/watch?v=v4IC7qaNr7I");
+ "https://www.youtube.com/watch?v=nJROKaZJgbI");
}
event.setCancelled(true);
return;