mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-21 05:44:33 +00:00
Fixed Players from technically only dying once (thanks Qala)
This commit is contained in:
parent
a513406005
commit
4ce061ccbe
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ public class ServerConfigurationManager {
|
|||
entityplayer.expLevel = 0;
|
||||
entityplayer.expTotal = 0;
|
||||
entityplayer.exp = 0;
|
||||
entityplayer.deathTicks = 0;
|
||||
entityplayer.d(entityplayer.newExp);
|
||||
} else {
|
||||
location.setWorld(this.server.getWorldServer(i).getWorld());
|
||||
|
|
Loading…
Add table
Reference in a new issue