mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-12 13:44:28 +01:00
Merge pull request #390 from Moulberry/new-block-api_respawn-fix
Fix dimension
This commit is contained in:
commit
1f0faca4e7
@ -568,6 +568,10 @@ public class Player extends LivingEntity implements CommandSender, Localizable,
|
||||
|
||||
super.setInstance(instance, spawnPosition);
|
||||
|
||||
if (dimensionChange) {
|
||||
sendDimension(instance.getDimensionType());
|
||||
}
|
||||
|
||||
if (updateChunks) {
|
||||
// Warning: loop to remove once `refreshVisibleChunks` manage it
|
||||
this.viewableChunks.forEach(chunk ->
|
||||
@ -576,9 +580,6 @@ public class Player extends LivingEntity implements CommandSender, Localizable,
|
||||
}
|
||||
|
||||
if (dimensionChange || firstSpawn) {
|
||||
if (dimensionChange) {
|
||||
sendDimension(instance.getDimensionType());
|
||||
}
|
||||
synchronizePosition(true); // So the player doesn't get stuck
|
||||
this.inventory.update();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user