ForgePatch/patches/minecraft/net/minecraft/server/management
Jonathan Coates 15bac0eeaa
Don't overwrite PlayerAdvancement's player with a fake one (#7454)
If a FakePlayer is constructed with the same UUID/GameProfile as a
currently active player, the player object within PlayerAdvancement is
set to the fake player.

As fake players cannot receive advancements (see grantCriterion), this
prevents the actual player from receiving any advancements until they
change dimension/relog.
2020-11-10 11:55:42 -08:00
..
PlayerInteractionManager.java.patch Final patching 2020-06-25 17:55:54 -04:00
PlayerList.java.patch Don't overwrite PlayerAdvancement's player with a fake one (#7454) 2020-11-10 11:55:42 -08:00