Commit 7489adbb by Jonathan Thomas

Correctly clear player uuid when untaming an entity.

parent af668eda
Pipeline #12720 passed with stages
in 2 minutes 38 seconds
......@@ -375,6 +375,7 @@ public class ChatDataManager {
tamableEntity.setOwner(player);
} else if (new_friendship == -3 && tamableEntity.isTamed()) {
tamableEntity.setTamed(false);
tamableEntity.setOwnerUuid(null);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment