mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-02 11:21:15 +01:00
fix rebase compilation errors
This commit is contained in:
parent
03f092fa54
commit
f593590ab4
@ -186,7 +186,7 @@ public class NettyPlayerConnection extends PlayerConnection {
|
||||
}
|
||||
return;
|
||||
} else if (message instanceof ServerPacket) {
|
||||
final ServerPacket serverPacket = (ServerPacket) message;
|
||||
ServerPacket serverPacket = (ServerPacket) message;
|
||||
|
||||
if ((SerializationManager.AUTOMATIC_COMPONENT_TRANSLATION && !skipTranslating) && getPlayer() != null && serverPacket instanceof ComponentHoldingServerPacket) {
|
||||
serverPacket = ((ComponentHoldingServerPacket) serverPacket).copyWithOperator(component -> MinecraftServer.getSerializationManager().translate(component, getPlayer()));
|
||||
|
Loading…
Reference in New Issue
Block a user