mirror of
https://github.com/PaperMC/Folia.git
synced 2024-11-21 11:55:11 +01:00
Really small refactor
This commit is contained in:
parent
35e4c3a7f4
commit
a0530d514c
@ -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);
|
||||
+ }
|
||||
+
|
||||
|
Loading…
Reference in New Issue
Block a user