Fix for chunk cache?
MrLava13 opened this issue ยท 1 comments
This is a bungee issue, Advanced Portals has 0 control over this and its not possible for me to have control over it.
If you need any info for the bungee guys this is only communication Advanced Portals has with bungee.
ByteArrayDataOutput out = ByteStreams.newDataOutput();
out.writeUTF("Connect");
out.writeUTF(bungeeServer);
portal.inPortal.add(player.getUniqueId());
player.sendPluginMessage(plugin, "BungeeCord", out.toByteArray());