Remove connection to camera server

This commit is contained in:
Beny 2019-05-21 19:39:49 +01:00
parent 4fc0a3c9a1
commit 732d876b9e

View File

@ -11,7 +11,7 @@ import io.netty.channel.socket.nio.NioSocketChannel;
public class CameraClient
{
private static final String host = "arcturus.pw";
private static final String host = "google.com";
private static final int port = 1232;
public static ChannelFuture channelFuture;
private static Channel channel;