mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
SPIGOT-6948: Motion from Explosion after Respawn
This commit is contained in:
parent
f3c7a6ac7a
commit
518f1beed0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue