implement KraSocketClient
parent
af58c3215f
commit
ab4b7f9b8b
|
@ -61,6 +61,7 @@ public class KrakatoaAPI extends JavaPlugin {
|
|||
this.kraSocketClient = new KraSocketClient(kraSocketClientConfig,
|
||||
this.kraSocketClientEventInterface, this.kraProtocol);
|
||||
|
||||
System.out.println("here " + this.kraSocketClient.sendTest());
|
||||
} catch (URISyntaxException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue