Skip to content

Commit cd4b144

Browse files
committed
Merge branch 'new-bleeding' of https://github.com/Hellohi3654/Geyser into new-bleeding
2 parents dd62198 + 7165e49 commit cd4b144

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

connector/src/main/java/org/geysermc/connector/network/session/GeyserSession.java

+2
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ public GeyserSession(GeyserConnector connector, BedrockServerSession bedrockServ
472472
this.collisionManager = new CollisionManager(this);
473473

474474
this.playerEntity = new SessionPlayerEntity(this);
475+
this.worldCache = new WorldCache(this);
476+
this.windowCache = new WindowCache(this);
475477
collisionManager.updatePlayerBoundingBox(this.playerEntity.getPosition());
476478

477479
this.playerInventory = new PlayerInventory();

0 commit comments

Comments
 (0)