mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 00:59:55 +03:00
This should fix some mechanic inconsistencies in mods like SimpleDifficulty. Vanilla re-create a player instance when a player changes world, CraftBukkit made only single instance per player during its lifecycle(online period). Sadly, we can do nothing for this but call events that broken by CraftBukkit respawn logic.