aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/1024-Remove-wall-time-unused-skip-tick-protection.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/1024-Remove-wall-time-unused-skip-tick-protection.patch')
-rw-r--r--patches/server/1024-Remove-wall-time-unused-skip-tick-protection.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/1024-Remove-wall-time-unused-skip-tick-protection.patch b/patches/server/1024-Remove-wall-time-unused-skip-tick-protection.patch
index da0d05dd0d..deaf422ec7 100644
--- a/patches/server/1024-Remove-wall-time-unused-skip-tick-protection.patch
+++ b/patches/server/1024-Remove-wall-time-unused-skip-tick-protection.patch
@@ -30,7 +30,7 @@ completely unnecessary, which also rids paper of the previous described
incompatibility with non-ticking chunks.
diff --git a/src/main/java/net/minecraft/world/entity/item/ItemEntity.java b/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
-index 246b5649883e4f305afa5a887b9df0f3735f7593..5d8885bca55503bf7e1a2a4e1bb9b3bd86d55391 100644
+index 4ce041726661dbbd19f36a516f2fd7f5e3307ef0..0f086af57a5ff08c264dcbf89a8c3931ec73a609 100644
--- a/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
+++ b/src/main/java/net/minecraft/world/entity/item/ItemEntity.java
@@ -60,7 +60,7 @@ public class ItemEntity extends Entity implements TraceableEntity {