Update forwarding documentation link(!)

This commit is contained in:
Andrew Steinborn 2021-11-07 13:00:58 -05:00
parent 111d14c3fb
commit d3b3ef231b

View File

@ -152,8 +152,7 @@ public class LoginSessionHandler implements MinecraftSessionHandler {
resultFuture.completeExceptionally(
new QuietRuntimeException("The connection to the remote server was unexpectedly closed.\n"
+ "This is usually because the remote server does not have BungeeCord IP forwarding "
+ "correctly enabled.\nSee "
+ "https://docs.velocitypowered.com/en/latest/users/player-info-forwarding.html "
+ "correctly enabled.\nSee https://velocitypowered.com/wiki/users/forwarding/ "
+ "for instructions on how to configure player info forwarding correctly.")
);
} else {