aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0464-API-for-checking-sent-chunks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/api/0464-API-for-checking-sent-chunks.patch')
-rw-r--r--patches/api/0464-API-for-checking-sent-chunks.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0464-API-for-checking-sent-chunks.patch b/patches/api/0464-API-for-checking-sent-chunks.patch
index 8d97e181b0..faeaa79bf8 100644
--- a/patches/api/0464-API-for-checking-sent-chunks.patch
+++ b/patches/api/0464-API-for-checking-sent-chunks.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] API for checking sent chunks
diff --git a/src/main/java/org/bukkit/entity/Player.java b/src/main/java/org/bukkit/entity/Player.java
-index f08b1a2ec8815efcaaf1371e20eb1461a5f2d359..8a1e39474af88188f2e1765731b57d349f0ee645 100644
+index b824be639084e73d5150b35f29506bfed7af4642..c91dd7689e767a93946ec09f39731301d0e163cb 100644
--- a/src/main/java/org/bukkit/entity/Player.java
+++ b/src/main/java/org/bukkit/entity/Player.java
-@@ -3751,6 +3751,47 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
+@@ -3799,6 +3799,47 @@ public interface Player extends HumanEntity, Conversable, OfflinePlayer, PluginM
void resetIdleDuration();
// Paper end