Archiviert
1
0
Dieser Commit ist enthalten in:
zOnlyKroks 2022-01-14 12:08:00 +01:00
Ursprung 3773d3cefc
Commit 88ec0ad7db

Datei anzeigen

@ -25,9 +25,7 @@ import java.util.List;
public class FMLPing extends ServerPing {
static {
ForgeData forgeData = new ForgeData();
}
private static final ForgeData data = new ForgeData();
public FMLPing(ServerPing existing) {
super(existing.getVersion(), existing.getPlayers(), existing.getDescriptionComponent(), existing.getFaviconObject());