Fixed ServerList getting proper server address.

This commit is contained in:
MobiusDevelopment 2022-11-09 22:50:14 +00:00
parent 15d0e1dc0f
commit 5be9c567be
30 changed files with 30 additions and 30 deletions

View File

@ -86,7 +86,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -86,7 +86,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -86,7 +86,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -86,7 +86,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -86,7 +86,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -86,7 +86,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{

View File

@ -84,7 +84,7 @@ public class ServerList extends WritablePacket
{
try
{
_ip = InetAddress.getByName(client.getIp()).getAddress();
_ip = InetAddress.getByName(gsi.getServerAddress(InetAddress.getByName(client.getIp()))).getAddress();
}
catch (UnknownHostException e)
{