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

Commit

Permalink
Do not reconnect by default as this may have some unwanted sideaffects.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiss committed Mar 5, 2016
1 parent 5c2735c commit 41751ff
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 @@ -216,7 +216,7 @@ public void connect(ServerInfo target)
@Override
public void connect(ServerInfo target, Callback<Boolean> callback)
{
connect( target, callback, true );
connect( target, callback, false );
}

void sendDimensionSwitch()
Expand Down

0 comments on commit 41751ff

Please sign in to comment.