diff options
author | Spottedleaf <[email protected]> | 2024-07-15 09:56:17 -0700 |
---|---|---|
committer | Spottedleaf <[email protected]> | 2024-07-15 09:56:17 -0700 |
commit | 8b230185755c54a85194d85461f0a4262185c10c (patch) | |
tree | f06a0ae7a6c435c612df3fc3e092f5886f99c0ad /patches/server/1026-Improved-Watchdog-Support.patch | |
parent | aa929d66667e58929097dee3fd9499095c989392 (diff) | |
download | Paper-8b230185755c54a85194d85461f0a4262185c10c.tar.gz Paper-8b230185755c54a85194d85461f0a4262185c10c.zip |
Avoid collision shapes outside world border in findFreePosition
This is to correctly adhere to Vanilla behavior.
Diffstat (limited to 'patches/server/1026-Improved-Watchdog-Support.patch')
-rw-r--r-- | patches/server/1026-Improved-Watchdog-Support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/1026-Improved-Watchdog-Support.patch b/patches/server/1026-Improved-Watchdog-Support.patch index 6442b17b78..42c1a0a6bf 100644 --- a/patches/server/1026-Improved-Watchdog-Support.patch +++ b/patches/server/1026-Improved-Watchdog-Support.patch @@ -287,10 +287,10 @@ index 2510589400b3012b827efcab477c6483d9d55901..43487a9ee202c5b0e5a416519939111f } } diff --git a/src/main/java/net/minecraft/world/level/Level.java b/src/main/java/net/minecraft/world/level/Level.java -index f59c544b72a8d5c00f83ed51c54d2bba0e8a05de..b16c3beda0fc7d7d06cfc82f450165096a88bade 100644 +index 260ce9660346774bda4c93da17596b968fdc1611..a72a189f537e0a64c2c31e7eefbb49fa896a6f3c 100644 --- a/src/main/java/net/minecraft/world/level/Level.java +++ b/src/main/java/net/minecraft/world/level/Level.java -@@ -1377,6 +1377,7 @@ public abstract class Level implements LevelAccessor, AutoCloseable, ca.spottedl +@@ -1387,6 +1387,7 @@ public abstract class Level implements LevelAccessor, AutoCloseable, ca.spottedl try { tickConsumer.accept(entity); } catch (Throwable throwable) { |