FU 8.5.13 doesn't exist yet

This commit is contained in:
Nassim Jahnke 2023-10-31 18:56:38 +10:00
parent 9342b19aad
commit ea818b272e
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ public class ProtocolPipelineImpl extends AbstractSimpleProtocol implements Prot
} }
@Override @Override
protected void registerPackets() { protected synchronized void registerPackets() {
// This is a pipeline so we register basic pipes // This is a pipeline so we register basic pipes
final Protocol<?, ?, ?, ?> baseProtocol = Via.getManager().getProtocolManager().getBaseProtocol(); final Protocol<?, ?, ?, ?> baseProtocol = Via.getManager().getProtocolManager().getBaseProtocol();
protocolList.add(baseProtocol); protocolList.add(baseProtocol);
@ -177,7 +177,7 @@ public class ProtocolPipelineImpl extends AbstractSimpleProtocol implements Prot
} }
@Override @Override
public void cleanPipes() { public synchronized void cleanPipes() {
protocolList.clear(); protocolList.clear();
reversedProtocolList.clear(); reversedProtocolList.clear();
protocolSet.clear(); protocolSet.clear();

View File

@ -4,7 +4,7 @@ metadata.format.version = "1.1"
adventure = "4.14.0" adventure = "4.14.0"
gson = "2.10.1" gson = "2.10.1"
fastutil = "8.5.13" fastutil = "8.5.12"
flare = "2.0.1" flare = "2.0.1"
vianbt = "3.2.0" vianbt = "3.2.0"