diff options
author | Nassim Jahnke <[email protected]> | 2022-07-27 23:50:05 +0200 |
---|---|---|
committer | Nassim Jahnke <[email protected]> | 2022-07-27 23:50:05 +0200 |
commit | c8f3d9ee8c193d1486ab264caebb3ad4d0366e9b (patch) | |
tree | ef171c9065ce0d5254a28918621166138ccf3867 /patches/unapplied/server/0913-Fix-MC-252439.patch | |
parent | 6b80b342d91e757052a626d4b20fc06fe2560021 (diff) | |
download | Paper-c8f3d9ee8c193d1486ab264caebb3ad4d0366e9b.tar.gz Paper-c8f3d9ee8c193d1486ab264caebb3ad4d0366e9b.zip |
More more more more more more more work
Diffstat (limited to 'patches/unapplied/server/0913-Fix-MC-252439.patch')
-rw-r--r-- | patches/unapplied/server/0913-Fix-MC-252439.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/patches/unapplied/server/0913-Fix-MC-252439.patch b/patches/unapplied/server/0913-Fix-MC-252439.patch deleted file mode 100644 index d378b7bfab..0000000000 --- a/patches/unapplied/server/0913-Fix-MC-252439.patch +++ /dev/null @@ -1,18 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: Noah van der Aa <[email protected]> -Date: Wed, 15 Jun 2022 22:34:07 +0200 -Subject: [PATCH] Fix MC-252439 - - -diff --git a/src/main/java/net/minecraft/world/entity/monster/ZombieVillager.java b/src/main/java/net/minecraft/world/entity/monster/ZombieVillager.java -index 05cf30e6572c9bb7e11d71de1cd79df987bf062a..cff0ed9ae6e79f84870343e43574f384dd73ea88 100644 ---- a/src/main/java/net/minecraft/world/entity/monster/ZombieVillager.java -+++ b/src/main/java/net/minecraft/world/entity/monster/ZombieVillager.java -@@ -266,6 +266,7 @@ public class ZombieVillager extends Zombie implements VillagerDataHolder { - - entityvillager.setVillagerXp(this.villagerXp); - entityvillager.finalizeSpawn(world, world.getCurrentDifficultyAt(entityvillager.blockPosition()), MobSpawnType.CONVERSION, (SpawnGroupData) null, (CompoundTag) null); -+ entityvillager.refreshBrain(world); // Paper - Fix MC-252439 - if (this.conversionStarter != null) { - Player entityhuman = world.getPlayerByUUID(this.conversionStarter); - |