Fixed NullPointerException on Client Bridge initialization that occurred because of a copy & paste mistake (wrongly assumed the protocolINSServer was set for the client)

This commit is contained in:
Tinglyyy
2026-01-18 12:24:31 +01:00
parent 5e596a4cf7
commit 3f58bf2c01
2 changed files with 1 additions and 4 deletions

View File

@@ -173,9 +173,6 @@ public final class ProtocolBridge {
// Register the appropriate listeners and packets
registerListeners();
registerPackets();
// Assign Bridge
protocolINSServer.attachBridge(this);
}
/**