mirror of
https://github.com/Minestom/Minestom.git
synced 2025-02-15 03:41:30 +01:00
Send chunks to player when changing instance
This commit is contained in:
parent
a0a72cb6c7
commit
59c5bbdfe5
@ -371,6 +371,7 @@ public class Player extends LivingEntity {
|
||||
if (chunk != null) {
|
||||
viewableChunks.add(chunk);
|
||||
chunk.addViewer(this);
|
||||
instance.sendChunk(this, chunk);
|
||||
}
|
||||
boolean isLast = counter.get() == length - 1;
|
||||
if (isLast) {
|
||||
|
Loading…
Reference in New Issue
Block a user