serveur 24/24

This commit is contained in:
marc barbier
2021-01-04 17:06:14 +01:00
parent 0a0fe37078
commit 9c1d53ecad
@@ -103,8 +103,8 @@ public class GameLogicThread extends Thread{
//Rectangle pos = new Rectangle(0F,0F,100F,100F);
ready=true;
final String host = "4.tcp.ngrok.io";//192.168.43.251tcp://2.tcp.ngrok.io:
final int port = 16146;
final String host = "2.tcp.ngrok.io";//192.168.43.251tcp://2.tcp.ngrok.io:
final int port = 17057;
try {
Socket client = new Socket(host, port);