geforkt von Mirrors/Paper
Fixed Players from technically only dying once (thanks Qala)
Dieser Commit ist enthalten in:
Ursprung
a513406005
Commit
4ce061ccbe
@ -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());
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren