Fixed Players from technically only dying once (thanks Qala)

Dieser Commit ist enthalten in:
Nathan Adams 2011-11-30 23:45:55 +00:00
Ursprung a513406005
Commit 4ce061ccbe

Datei anzeigen

@ -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());