This commit is contained in:
Tristan B. Kildaire 2020-05-09 16:16:48 +02:00
parent b862ba7270
commit 23bcda9b3c
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ public class BesterListener : Thread
{
/* Set the server socket */
this.serverSocket = serverSocket;
/* Set the address */
address = serverSocket.localAddress();
}
/**