Fixed NullPointerException

This commit is contained in:
Finn
2026-01-18 15:27:05 +01:00
parent 5d028a45a6
commit c408c94288
4 changed files with 64 additions and 63 deletions

View File

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