geforkt von Mirrors/Velocity
Fix typo from PR.
Dieser Commit ist enthalten in:
Ursprung
d328951112
Commit
e577d6b6f5
@ -49,7 +49,7 @@ public class StatusSessionHandler implements MinecraftSessionHandler {
|
|||||||
new ServerPing.Players(server.getPlayerCount(), configuration.getShowMaxPlayers(), ImmutableList.of()),
|
new ServerPing.Players(server.getPlayerCount(), configuration.getShowMaxPlayers(), ImmutableList.of()),
|
||||||
configuration.getMotdComponent(),
|
configuration.getMotdComponent(),
|
||||||
configuration.getFavicon(),
|
configuration.getFavicon(),
|
||||||
configuration.isAnnounceForge() ? ServerPing.Modinfo.DEFAULT : null
|
configuration.isAnnounceForge() ? ServerPing.ModInfo.DEFAULT : null
|
||||||
);
|
);
|
||||||
|
|
||||||
ProxyPingEvent event = new ProxyPingEvent(inboundWrapper, initialPing);
|
ProxyPingEvent event = new ProxyPingEvent(inboundWrapper, initialPing);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren