mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2025-08-17 17:15:47 +00:00
3.0.1 - Protocol Lib Error
This commit is contained in:
parent
d8bd216294
commit
67c93efe91
@ -53,7 +53,7 @@ public class RTPSounds {
|
||||
packet.setEffectPositionY(loc.getBlockY());
|
||||
packet.setEffectPositionZ(loc.getBlockZ());
|
||||
packet.sendPacket(p);
|
||||
} catch (Exception e) {
|
||||
} catch (NoClassDefFoundError | Exception e) {
|
||||
p.playSound(p.getLocation(), getSound(sound), 1F, 1F);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user