mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-22 10:57:43 +01:00
Updated Upstream (Paper)
Upstream has released updates that appear to apply and compile correctly Paper Changes: PaperMC/Paper@57c7aac4 Propagate failures from suggestion futures fixes #13587 (#13598) PaperMC/Paper@fd39dbdb Provide locale pointer for config connection audience (#13600) PaperMC/Paper@a687a82c [ci/skip] chore: remove unneeded task configuration (#13484) PaperMC/Paper@e5718dce fix: PlayerServerFullCheckEvent#deny not setting the allow flag (#13601) PaperMC/Paper@ae0c3a9e Add ItemCraftedEvent (#12245) PaperMC/Paper@581214ad Fix fixClimbingBypassingCramming option (#12793) PaperMC/Paper@0d768aac Add RecipeChoice.ItemTypeChoice (#12049) PaperMC/Paper@e2b76dfd Implement deprecated getItemStack method in ItemTypeRecipeChoice (#13607) PaperMC/Paper@9d303299 Fix pre-tick cooldown reset on swap (#13589) PaperMC/Paper@04739de1 Make SkinSource Player implementation reflect profile changes (#13585) PaperMC/Paper@c59990d9 Update affects spawning api (#13556) PaperMC/Paper@302c47c0 Don't tick disconnected connections (#13614)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- a/net/minecraft/world/level/EntityGetter.java
|
||||
+++ b/net/minecraft/world/level/EntityGetter.java
|
||||
@@ -182,7 +_,7 @@
|
||||
@@ -187,7 +_,7 @@
|
||||
|
||||
default boolean hasNearbyAlivePlayer(double x, double y, double z, double distance) {
|
||||
for (Player player : this.players()) {
|
||||
|
||||
Reference in New Issue
Block a user