Pass the server name and version on through to the overloaded method.

Cut-paste typo.


git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7080 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
PSp..om 2011-03-23 07:04:56 +00:00
parent 26adc4f487
commit 6895e1e709

View File

@ -149,7 +149,7 @@ public class Network
public static Client connectToServer( String gameName, int version,
String host, int hostPort, int localUdpPort ) throws IOException
{
return connectToServer( host, hostPort, hostPort, localUdpPort );
return connectToServer( gameName, version, host, hostPort, hostPort, localUdpPort );
}
/**