implement KraSocketClient

master
Alex 2021-12-27 13:09:35 +01:00
parent af58c3215f
commit ab4b7f9b8b
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ public class KrakatoaAPI extends JavaPlugin {
this.kraSocketClient = new KraSocketClient(kraSocketClientConfig, this.kraSocketClient = new KraSocketClient(kraSocketClientConfig,
this.kraSocketClientEventInterface, this.kraProtocol); this.kraSocketClientEventInterface, this.kraProtocol);
System.out.println("here " + this.kraSocketClient.sendTest());
} catch (URISyntaxException e) { } catch (URISyntaxException e) {
e.printStackTrace(); e.printStackTrace();
} }