project_files/HedgewarsMobile/Classes/MainMenuViewController.m
changeset 6320 238a6dc0e7ad
parent 6268 d773867f93db
child 6353 d8f62c805619
--- a/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Fri Nov 11 00:23:09 2011 +0100
+++ b/project_files/HedgewarsMobile/Classes/MainMenuViewController.m	Fri Nov 11 01:18:19 2011 +0100
@@ -130,11 +130,7 @@
     }
 
     /*
-    ServerProtocolNetwork *setup = [[ServerProtocolNetwork alloc] init];
-    [NSThread detachNewThreadSelector:@selector(serverProtocol)
-                                 toTarget:setup
-                               withObject:nil];
-    [setup release];
+    [ServerProtocolNetwork openServerConnection];
     */
 }