From a9704d1f95dbbe1f61e0a98d15f3096cdff2b876 Mon Sep 17 00:00:00 2001 From: daoge_cmd <3523206925@qq.com> Date: Fri, 24 Jan 2025 16:07:32 +0800 Subject: [PATCH] refactor: change `PlayerAuthInputPacketProcessor#TELEPORT_ACK_DIFF_TOLERANCE` from `public` to `protected`. --- CHANGELOG.md | 1 + .../processor/impl/ingame/PlayerAuthInputPacketProcessor.java | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a5060e1e..47a8f248b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Unless otherwise specified, any version comparison below is the comparison of se - Server won't crash if failed to load the descriptor of a plugin now. An error message will be print to the console instead. - Server won't crash if failed to create world generator. Void world generator will be used instead. - It is not allowed to reset the dimension of player back to null now, and doing such thing will result in an exception. +- Changed `PlayerAuthInputPacketProcessor#TELEPORT_ACK_DIFF_TOLERANCE` from `public` to `protected`. ### Fixed diff --git a/server/src/main/java/org/allaymc/server/network/processor/impl/ingame/PlayerAuthInputPacketProcessor.java b/server/src/main/java/org/allaymc/server/network/processor/impl/ingame/PlayerAuthInputPacketProcessor.java index 99c06cab1..2a99f9bbe 100644 --- a/server/src/main/java/org/allaymc/server/network/processor/impl/ingame/PlayerAuthInputPacketProcessor.java +++ b/server/src/main/java/org/allaymc/server/network/processor/impl/ingame/PlayerAuthInputPacketProcessor.java @@ -39,7 +39,7 @@ public class PlayerAuthInputPacketProcessor extends PacketProcessor