mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-18 13:20:03 +01:00
Currently, CraftTravelAgent will call s() on the passed-in WorldServer in order to set DEFAULT. However, s() will always return null at this point, because WorldServer.P will still be null, as it is set after the constructor is called. Instead, we set CraftTravelAgent.DEFAULT to the instance that is being constructed. |
||
---|---|---|
.. | ||
main | ||
test/java/org/bukkit |