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