Finished the character creator packets. Worked on the character list packets.

This commit is contained in:
Filip Maj 2015-09-07 23:43:23 -04:00
parent c78414f9be
commit 754f14862a
5 changed files with 112 additions and 20 deletions

View file

@ -23,7 +23,7 @@ namespace FFXIVClassic_Lobby_Server
#region Socket Handling
public bool startServer()
{
IPEndPoint serverEndPoint = new System.Net.IPEndPoint(IPAddress.Parse("141.117.161.40"), FFXIV_LOBBY_PORT);
IPEndPoint serverEndPoint = new System.Net.IPEndPoint(IPAddress.Parse("127.0.0.1"), FFXIV_LOBBY_PORT);
try{
mServerSocket = new System.Net.Sockets.Socket(serverEndPoint.Address.AddressFamily, SocketType.Stream, ProtocolType.Tcp);