Dieser Commit ist enthalten in:
Ursprung
271afd5f48
Commit
3773d3cefc
@ -24,7 +24,10 @@ import java.util.ArrayList;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
public class FMLPing extends ServerPing {
|
public class FMLPing extends ServerPing {
|
||||||
private final ForgeData forgeData = new ForgeData();
|
|
||||||
|
static {
|
||||||
|
ForgeData forgeData = new ForgeData();
|
||||||
|
}
|
||||||
|
|
||||||
public FMLPing(ServerPing existing) {
|
public FMLPing(ServerPing existing) {
|
||||||
super(existing.getVersion(), existing.getPlayers(), existing.getDescriptionComponent(), existing.getFaviconObject());
|
super(existing.getVersion(), existing.getPlayers(), existing.getDescriptionComponent(), existing.getFaviconObject());
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren