SPIGOT-6948: Motion from Explosion after Respawn
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -872,7 +872,7 @@
|
||||
|
||||
}
|
||||
|
||||
@@ -1668,4 +2057,145 @@
|
||||
@@ -1668,4 +2057,146 @@
|
||||
public boolean allowsListing() {
|
||||
return this.allowsListing;
|
||||
}
|
||||
@@ -1010,6 +1010,7 @@
|
||||
+ this.giveExperiencePoints(this.newExp);
|
||||
+ }
|
||||
+ this.keepLevel = false;
|
||||
+ this.setDeltaMovement(0, 0, 0); // CraftBukkit - SPIGOT-6948: Reset velocity on death
|
||||
+ }
|
||||
+
|
||||
+ @Override
|
||||
|
||||
Reference in New Issue
Block a user