We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e69213f commit 58816c8Copy full SHA for 58816c8
proxy/src/main/java/com/velocitypowered/proxy/connection/client/ClientConfigSessionHandler.java
@@ -134,7 +134,7 @@ public boolean handle(final PluginMessagePacket packet) {
134
ChannelIdentifier id = this.server.getChannelRegistrar().getFromId(packet.getChannel());
135
136
if (id == null) {
137
- serverConn.getPlayer().getConnection().write(packet.retain());
+ serverConn.ensureConnected().write(packet.retain());
138
return true;
139
}
140
0 commit comments