diff --git a/Source/Classes/MUConnectionController.m b/Source/Classes/MUConnectionController.m index 9ff9838..4c43d5c 100644 --- a/Source/Classes/MUConnectionController.m +++ b/Source/Classes/MUConnectionController.m @@ -120,6 +120,7 @@ - (void) hideConnectingView { - (void) establishConnection { _connection = [[MKConnection alloc] init]; [_connection setDelegate:self]; + [_connection setForceTCP:[[NSUserDefaults standardUserDefaults] boolForKey:@"NetworkForceTCP"]]; _serverModel = [[MKServerModel alloc] initWithConnection:_connection]; [_serverModel addDelegate:self];