Fix typo from PR.

This commit is contained in:
Andrew Steinborn 2018-09-20 16:09:46 -04:00
parent d328951112
commit e577d6b6f5

View File

@ -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);