13
0
geforkt von Mirrors/Velocity

Indicate NoChatReports support in ServerPing
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
Lixfel 2024-06-24 18:36:32 +02:00
Ursprung fa88aaae52
Commit 01208bb359

Datei anzeigen

@ -30,6 +30,7 @@ public final class ServerPing {
private final net.kyori.adventure.text.Component description; private final net.kyori.adventure.text.Component description;
private final @Nullable Favicon favicon; private final @Nullable Favicon favicon;
private final @Nullable ModInfo modinfo; private final @Nullable ModInfo modinfo;
private final boolean preventsChatReports = true;
public ServerPing(Version version, @Nullable Players players, public ServerPing(Version version, @Nullable Players players,
net.kyori.adventure.text.Component description, @Nullable Favicon favicon) { net.kyori.adventure.text.Component description, @Nullable Favicon favicon) {