Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-16 21:10:30 +01:00
Update forwarding documentation link(!)
Dieser Commit ist enthalten in:
Ursprung
111d14c3fb
Commit
d3b3ef231b
@ -152,8 +152,7 @@ public class LoginSessionHandler implements MinecraftSessionHandler {
|
|||||||
resultFuture.completeExceptionally(
|
resultFuture.completeExceptionally(
|
||||||
new QuietRuntimeException("The connection to the remote server was unexpectedly closed.\n"
|
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 "
|
+ "This is usually because the remote server does not have BungeeCord IP forwarding "
|
||||||
+ "correctly enabled.\nSee "
|
+ "correctly enabled.\nSee https://velocitypowered.com/wiki/users/forwarding/ "
|
||||||
+ "https://docs.velocitypowered.com/en/latest/users/player-info-forwarding.html "
|
|
||||||
+ "for instructions on how to configure player info forwarding correctly.")
|
+ "for instructions on how to configure player info forwarding correctly.")
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren