Files
Paper/Spigot-Server-Patches/Slime-Pathfinder-Events.patch
Zach Brown 10d1ebb3ab Fix slime pathfinding when loaded from NBT
GH-1507

The canWander property is initialized to true by default, however when
loaded from NBT, if the key doesn't exist the property will be set to
false. The correct solution is to ensure the key exists before setting
the property.
2018-09-29 16:00:55 -04:00

6.3 KiB