diff options
author | Riley Park <[email protected]> | 2024-07-20 11:40:35 -0700 |
---|---|---|
committer | Riley Park <[email protected]> | 2024-07-20 11:46:04 -0700 |
commit | 0070d803f2017f123e29d90dd7c0e6a2f1721a6e (patch) | |
tree | d5935495efde2b7620b11210813f3dfaa55aa72f /patches/api/0253-Expand-world-key-API.patch | |
parent | aa3b3568346838aa175add0b005efc020de0ba81 (diff) | |
download | Paper-0070d803f2017f123e29d90dd7c0e6a2f1721a6e.tar.gz Paper-0070d803f2017f123e29d90dd7c0e6a2f1721a6e.zip |
Deprecate more Timings things for removalfeature/remove-timings
Diffstat (limited to 'patches/api/0253-Expand-world-key-API.patch')
-rw-r--r-- | patches/api/0253-Expand-world-key-API.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0253-Expand-world-key-API.patch b/patches/api/0253-Expand-world-key-API.patch index cf5a0e6246..038c40f924 100644 --- a/patches/api/0253-Expand-world-key-API.patch +++ b/patches/api/0253-Expand-world-key-API.patch @@ -78,10 +78,10 @@ index 943f8881ea23481ea5d5125b6ec7c9c6f763f0b0..8b52e9a41ea9ba38117d42224811ff28 * Create a new virtual {@link WorldBorder}. * <p> diff --git a/src/main/java/org/bukkit/UnsafeValues.java b/src/main/java/org/bukkit/UnsafeValues.java -index 460b94538a990a5d136c0c07166887940347c6e2..3c8b0fa78f29b99b9ca092e73732d3001ea66184 100644 +index 64be4e60a03cb7cdc21013837d241d288695b69d..0231b79d96d535e0ae37296b3e806844740783ca 100644 --- a/src/main/java/org/bukkit/UnsafeValues.java +++ b/src/main/java/org/bukkit/UnsafeValues.java -@@ -177,5 +177,10 @@ public interface UnsafeValues { +@@ -181,5 +181,10 @@ public interface UnsafeValues { * Use this when sending custom packets, so that there are no collisions on the client or server. */ public int nextEntityId(); |