Skip to content
Success

Changes

Summary

  1. SPIGOT-241 - Fix the duplication glitch of Leads (Vanilla bug). (details)
  2. Fix custom chunk generators. Fixes SPIGOT-193. (details)
Commit b6634d740973585499850325aa1288c17057f73e by Thinkofdeath (Thinkofdeath)
SPIGOT-241 - Fix the duplication glitch of Leads (Vanilla bug).

Glitch is caused because entities drop their leads when they are dead and still leashed and when they can't find their owner (Or the distance is too large).
We need to make sure the entity we set to be dead, loses its leash before the next tick, else there will be two dropped leads.
The file was modified nms-patches/Entity.patch
Commit 53fc3cf74f0c336f6a718b4c33e53a605887dd8a by Thinkofdeath (Thinkofdeath)
Fix custom chunk generators. Fixes SPIGOT-193.
The file was modified src/main/java/org/bukkit/craftbukkit/generator/CustomChunkGenerator.java