@@ -40,7 +40,7 @@
|
||||
@@ -154,7 +170,7 @@
|
||||
}
|
||||
|
||||
private void o() {
|
||||
private void r() {
|
||||
- if (!this.trader.getWorld().isClientSide) {
|
||||
+ if (!this.trader.getWorld().isClientSide && this.trader instanceof Entity) { // CraftBukkit - SPIGOT-5035
|
||||
Entity entity = (Entity) this.trader;
|
||||
|
||||
Reference in New Issue
Block a user