Skip to content

Commit

Permalink
ViaSetup fix upperbound
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo0001 committed Oct 26, 2024
1 parent fe0e6b3 commit 0c6d753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ <h4>Miscellaneous</h4>
confArr = confArr.concat(upperBound);
} else {
let op = convertToProtocol(upperBound[0]) < server_version ? "<" : ">";
confArr.push(op + upperBound[0]);
confArr.push(op + convertToVersion(player_versions.at(-1)));
}


Expand Down

0 comments on commit 0c6d753

Please sign in to comment.