mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-27 00:40:52 +01:00
Remove connection to camera server
This commit is contained in:
parent
4fc0a3c9a1
commit
732d876b9e
@ -11,7 +11,7 @@ import io.netty.channel.socket.nio.NioSocketChannel;
|
|||||||
|
|
||||||
public class CameraClient
|
public class CameraClient
|
||||||
{
|
{
|
||||||
private static final String host = "arcturus.pw";
|
private static final String host = "google.com";
|
||||||
private static final int port = 1232;
|
private static final int port = 1232;
|
||||||
public static ChannelFuture channelFuture;
|
public static ChannelFuture channelFuture;
|
||||||
private static Channel channel;
|
private static Channel channel;
|
||||||
|
Loading…
Reference in New Issue
Block a user