diff options
author | Spottedleaf <[email protected]> | 2024-07-15 11:11:04 -0700 |
---|---|---|
committer | Spottedleaf <[email protected]> | 2024-07-15 11:13:08 -0700 |
commit | 3b45454190b8d8842c2e8804f8535078f2540864 (patch) | |
tree | ddcef342cdb253a5017858e095bca8307429e6f3 /patches/server/1026-Improved-Watchdog-Support.patch | |
parent | 8b230185755c54a85194d85461f0a4262185c10c (diff) | |
download | Paper-3b45454190b8d8842c2e8804f8535078f2540864.tar.gz Paper-3b45454190b8d8842c2e8804f8535078f2540864.zip |
Port random ticking optimisation from Moonrise
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 42c1a0a6bf..f5f9b025c7 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 260ce9660346774bda4c93da17596b968fdc1611..a72a189f537e0a64c2c31e7eefbb49fa896a6f3c 100644 +index 20a7971b75ee39bceedf7670a5c600fd014db4cb..bbb0d543197001fe8bb5179dde7201327fec4274 100644 --- a/src/main/java/net/minecraft/world/level/Level.java +++ b/src/main/java/net/minecraft/world/level/Level.java -@@ -1387,6 +1387,7 @@ public abstract class Level implements LevelAccessor, AutoCloseable, ca.spottedl +@@ -1419,6 +1419,7 @@ public abstract class Level implements LevelAccessor, AutoCloseable, ca.spottedl try { tickConsumer.accept(entity); } catch (Throwable throwable) { |