Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Try reconnecting by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiss committed Mar 5, 2016
1 parent 426e779 commit 4062518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/src/main/java/net/md_5/bungee/UserConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public void connect(ServerInfo target)
@Override
public void connect(ServerInfo target, Callback<Boolean> callback)
{
connect( target, callback, false );
connect( target, callback, true );
}

void sendDimensionSwitch()
Expand Down

0 comments on commit 4062518

Please sign in to comment.