13
0
geforkt von Mirrors/Velocity

Fix typo from PR.

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-09-20 16:09:46 -04:00
Ursprung d328951112
Commit e577d6b6f5

Datei anzeigen

@ -49,7 +49,7 @@ public class StatusSessionHandler implements MinecraftSessionHandler {
new ServerPing.Players(server.getPlayerCount(), configuration.getShowMaxPlayers(), ImmutableList.of()),
configuration.getMotdComponent(),
configuration.getFavicon(),
configuration.isAnnounceForge() ? ServerPing.Modinfo.DEFAULT : null
configuration.isAnnounceForge() ? ServerPing.ModInfo.DEFAULT : null
);
ProxyPingEvent event = new ProxyPingEvent(inboundWrapper, initialPing);