ClientTeleportationManager#init is never called? #191
-
|
Hi, I noticed that before the last commit on the 1.20.1 branch, ClientTeleportationManager was executing two tick lambdas during its instantiation. However, after the last commit, many things were changed to static versions, and these calls were moved to a new init method. My question is: init is never called anywhere in the code. Is this intentional, or was it overlooked? |
Beta Was this translation helpful? Give feedback.
Answered by
Nick1st
Mar 7, 2025
Replies: 1 comment
-
|
Excellent catch. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Nick1st
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Excellent catch.