Skip to content

Commit e1a1d26

Browse files
florianreuthCirsius
andcommitted
Fix wrong state tracking
Closes #481 Fixes #468 Co-authored-by: Cirsius <goodahhuncleproductions@gmail.com>
1 parent f676b91 commit e1a1d26

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ 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+
7984
public ClientboundPacketType getClientboundCustomPayloadPacketType() {
8085
return packetTypesProvider.unmappedClientboundType(State.PLAY, "CUSTOM_PAYLOAD");
8186
}

0 commit comments

Comments
 (0)