geforkt von SteamWar/BungeeCore
Performance
Dieser Commit ist enthalten in:
Ursprung
3773d3cefc
Commit
88ec0ad7db
@ -25,9 +25,7 @@ import java.util.List;
|
|||||||
|
|
||||||
public class FMLPing extends ServerPing {
|
public class FMLPing extends ServerPing {
|
||||||
|
|
||||||
static {
|
private static final ForgeData data = new ForgeData();
|
||||||
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