Fixed NullPointerException
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user