Skip to content

Commit

Permalink
MUConnectionController: respect the user's TCP mode setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrautz committed Nov 27, 2016
1 parent ef0132e commit 43770f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Classes/MUConnectionController.m
Expand Up @@ -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];
Expand Down

0 comments on commit 43770f5

Please sign in to comment.