Really small refactor

This commit is contained in:
kerudion 2024-08-17 12:13:16 +03:00
parent 35e4c3a7f4
commit a0530d514c

View File

@ -14375,7 +14375,7 @@ index 490ee48346395fcbaf2eb0151e9248f18974fea6..b45ec91e856df3ed4f73e7c2520968a0
+ passengerTree.clearTracker();
+ }
+
+ for (EntityTreeNode entity : passengerTree.getFullTree()) {
+ for (EntityTreeNode entity : fullPassengerTree) {
+ entity.root.teleportSyncSameRegion(pos, yaw, pitch, velocity);
+ }
+