Move spriting water particle to off thread

This commit is contained in:
Sotr
2019-03-22 05:10:45 +08:00
parent f8efc6d057
commit c3f70996fe
4 changed files with 23 additions and 10 deletions

View File

@@ -1210,7 +1210,7 @@ public abstract class EntityLiving extends Entity {
}
public void die(DamageSource damagesource) {
if (!this.killed && !this.joinedWorld) { // Akarin
if (!this.killed && !this.enderTeleport) { // Akarin
Entity entity = damagesource.getEntity();
EntityLiving entityliving = this.cv();