mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-18 22:24:39 +00:00
Fix #1139
This commit is contained in:
parent
53e4b728a6
commit
042d8950ee
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,6 @@ public class EntityWrapper {
|
||||||
this.dataByte = (byte) 0;
|
this.dataByte = (byte) 0;
|
||||||
}
|
}
|
||||||
storeLiving((LivingEntity) entity);
|
storeLiving((LivingEntity) entity);
|
||||||
return;
|
|
||||||
// END LIVING //
|
// END LIVING //
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -507,6 +506,7 @@ public class EntityWrapper {
|
||||||
case MINECART_TNT:
|
case MINECART_TNT:
|
||||||
case PLAYER:
|
case PLAYER:
|
||||||
case PRIMED_TNT:
|
case PRIMED_TNT:
|
||||||
|
return entity;
|
||||||
case SLIME:
|
case SLIME:
|
||||||
((Slime) entity).setSize(this.dataByte);
|
((Slime) entity).setSize(this.dataByte);
|
||||||
return entity;
|
return entity;
|
||||||
|
|
Loading…
Reference in a new issue