mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 10:12:06 -07:00
Fixed issues introduced by recent 'portal changes' commit.
This commit is contained in:
@@ -231,6 +231,8 @@ public class ServerConfigurationManager {
|
||||
cserver.getPluginManager().callEvent(respawnEvent);
|
||||
location = respawnEvent.getRespawnLocation();
|
||||
entityplayer.health = 20;
|
||||
entityplayer.fireTicks = 0;
|
||||
entityplayer.fallDistance = 0;
|
||||
} else {
|
||||
location.setWorld(this.server.a(i).getWorld());
|
||||
}
|
||||
|
Reference in New Issue
Block a user