Skip to content

Commit

Permalink
Testing connections.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzorn committed May 22, 2012
1 parent ddfa66e commit 43495bd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -76,8 +76,8 @@ object ClipmapTerrainSpike extends SimpleApplication {

networking.setup();

networking.createAccount("localhost", 6283, "TestUser1", "testPass%31# 32sdf");
//networking.login("localhost", 6283, "TestUser1", "testPass%31# 32sdf");
//networking.createAccount("localhost", 6283, "TestUser1", "testPass%31# 32sdf");
networking.login("localhost", 6283, "TestUser1", "testPass%31# 32sdf");

val settings: AppSettings = new AppSettings(true)
if (limitFps) {
Expand Down

0 comments on commit 43495bd

Please sign in to comment.