13
0
geforkt von Mirrors/Paper
Paper/src/main/java
James Clarke 5bb81b75c7 Set CraftTravelAgent.DEFAULT to a non-null value. Fixes BUKKIT-3578
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.
2013-02-06 16:45:22 -06:00
..
jline Use jansi's Windows support for terminal colors. 2012-05-23 15:32:42 -05:00
net/minecraft/server Always return a TravelAgent; Fixes BUKKIT-3541 2013-02-04 18:53:06 -06:00
org/bukkit/craftbukkit Set CraftTravelAgent.DEFAULT to a non-null value. Fixes BUKKIT-3578 2013-02-06 16:45:22 -06:00