diff -r b57a37a94ad3 -r 238a6dc0e7ad project_files/HedgewarsMobile/Classes/MainMenuViewController.m --- 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]; */ }