Skip to content

Commit

Permalink
Reflow arguments in VelocityConfiguration constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Dec 27, 2024
1 parent 7c2fb5f commit 7c2b412
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ private VelocityConfiguration(String bind, String motd, int showMaxPlayers, bool
boolean preventClientProxyConnections, boolean announceForge,
PlayerInfoForwarding playerInfoForwardingMode, byte[] forwardingSecret,
boolean onlineModeKickExistingPlayers, PingPassthroughMode pingPassthrough,
boolean samplePlayersInPing,
boolean enablePlayerAddressLogging, Servers servers, ForcedHosts forcedHosts,
Advanced advanced, Query query, Metrics metrics, boolean forceKeyAuthentication) {
boolean samplePlayersInPing, boolean enablePlayerAddressLogging, Servers servers,
ForcedHosts forcedHosts, Advanced advanced, Query query, Metrics metrics,
boolean forceKeyAuthentication) {
this.bind = bind;
this.motd = motd;
this.showMaxPlayers = showMaxPlayers;
Expand Down

0 comments on commit 7c2b412

Please sign in to comment.