Skip to content

Commit 82c157c

Browse files
committed
Update ViaVersion to 5.9.1-SNAPSHOT
1 parent e1a1d26 commit 82c157c

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication
33

44
loader_version=0.18.6
5-
viaver_version=5.9.0
5+
viaver_version=5.9.1-SNAPSHOT
66

77
publish_mc_versions=1.21.11, 1.20.6, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4

src/main/java/com/viaversion/fabric/common/protocol/ViaFabricProtocolBase.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ protected void applySharedRegistrations() {
7676
// Not for us
7777
}
7878

79-
@Override
80-
protected void registerConfigurationChangeHandlers() {
81-
// We already have the correct state set; Don't mess with older protocols
82-
}
83-
8479
public ClientboundPacketType getClientboundCustomPayloadPacketType() {
8580
return packetTypesProvider.unmappedClientboundType(State.PLAY, "CUSTOM_PAYLOAD");
8681
}

0 commit comments

Comments
 (0)