Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-12-26 16:12:42 +01:00
FU 8.5.13 doesn't exist yet
Dieser Commit ist enthalten in:
Ursprung
9342b19aad
Commit
ea818b272e
@ -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();
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren