auto restart system
parent
1a39e6f0dc
commit
d1f9468f6e
|
@ -6,9 +6,6 @@ import earth.krakatao.KraSocketClientConfig;
|
||||||
import earth.krakatao.events.KraSocketClientEventInitiater;
|
import earth.krakatao.events.KraSocketClientEventInitiater;
|
||||||
import earth.krakatao.events.KraSocketClientEventInterface;
|
import earth.krakatao.events.KraSocketClientEventInterface;
|
||||||
import earth.krakatao.protocol.KraSocketClientProtocol;
|
import earth.krakatao.protocol.KraSocketClientProtocol;
|
||||||
import earth.krakatao.protocol.KraSocketClientProtocolDest;
|
|
||||||
import earth.krakatao.protocol.KraSocketClientProtocolMessage;
|
|
||||||
import earth.krakatao.protocol.KraSocketClientProtocolStatus;
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.net.URISyntaxException;
|
import java.net.URISyntaxException;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
@ -76,13 +73,13 @@ public class KrakatoaAPI extends JavaPlugin {
|
||||||
loadListeners();
|
loadListeners();
|
||||||
|
|
||||||
// call to proxy that the server is only for the auto restart system
|
// call to proxy that the server is only for the auto restart system
|
||||||
|
/*
|
||||||
KraSocketClientProtocolMessage kraSocketClientProtocolMessage = new KraSocketClientProtocolMessage(
|
KraSocketClientProtocolMessage kraSocketClientProtocolMessage = new KraSocketClientProtocolMessage(
|
||||||
KraSocketClientProtocolStatus.SEND.getStatus(), 0,
|
KraSocketClientProtocolStatus.SEND.getStatus(), 0,
|
||||||
KraSocketClientProtocolDest.PROXY.getStatus(), "", (short) 59739,
|
KraSocketClientProtocolDest.PROXY.getStatus(), "", (short) 59739,
|
||||||
CloudNetDriver.getInstance().getComponentName());
|
CloudNetDriver.getInstance().getComponentName());
|
||||||
|
|
||||||
this.kraSocketClient.getSocketClient().SendMessage(kraSocketClientProtocolMessage);
|
this.kraSocketClient.getSocketClient().SendMessage(kraSocketClientProtocolMessage); */
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue