Skip to content

Commit

Permalink
fix: problem with PluginMessageEvents for configuration phase (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST3V1K authored Feb 22, 2025
1 parent e69213f commit 58816c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public boolean handle(final PluginMessagePacket packet) {
ChannelIdentifier id = this.server.getChannelRegistrar().getFromId(packet.getChannel());

if (id == null) {
serverConn.getPlayer().getConnection().write(packet.retain());
serverConn.ensureConnected().write(packet.retain());
return true;
}

Expand Down

0 comments on commit 58816c8

Please sign in to comment.