Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding more options for configuring ping passthrough. #1290

Open
wants to merge 14 commits into
base: dev/3.0.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update proxy/src/main/java/com/velocitypowered/proxy/connection/util/…
…ServerListPingHandler.java

Co-authored-by: powercas_gamer <[email protected]>
  • Loading branch information
TheMiningTeamYT and powercasgamer committed Apr 16, 2024
commit 73813fb5d751d13863662cedc87d16ac88542473
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 108,7 @@ private CompletableFuture<ServerPing> attemptPingPassthrough(VelocityInboundConn
}

net.kyori.adventure.text.Component description;
if (mode.description == true) {
if (mode.description) {
description = response.getDescriptionComponent();
} else {
description = fallback.getDescriptionComponent();
Expand Down