Skip to content

Commit

Permalink
Provide link to docs on configuration error
Browse files Browse the repository at this point in the history
  • Loading branch information
wafarm committed Jul 23, 2024
1 parent f099d81 commit 8b70153
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ public boolean validate() {
}

if (requireForwardingSecret && (forwardingSecret == null || forwardingSecret.length == 0)) {
logger.error("You don't have a forwarding secret set. This is required for security.");
logger.error("You don't have a forwarding secret set. This is required for security. "
+ "See https://docs.papermc.io/velocity/player-information-forwarding for more details");
valid = false;
}

Expand Down

0 comments on commit 8b70153

Please sign in to comment.