3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-12-29 09:30:10 +01:00

ensure it builds

Dieser Commit ist enthalten in:
onebeastchris 2024-09-24 21:45:37 +08:00
Ursprung a44edb3b62
Commit 02a361edaa

Datei anzeigen

@ -492,7 +492,9 @@ public class GeyserImpl implements GeyserApi, EventRegistrar {
logger::info, logger::info,
metricsPlatform.logFailedRequests(), metricsPlatform.logFailedRequests(),
metricsPlatform.logSentData(), metricsPlatform.logSentData(),
metricsPlatform.logResponseStatusText()); metricsPlatform.logResponseStatusText(),
metricsPlatform.disableRelocateCheck()
);
metrics.addCustomChart(new SingleLineChart("players", sessionManager::size)); metrics.addCustomChart(new SingleLineChart("players", sessionManager::size));
// Prevent unwanted words best we can // Prevent unwanted words best we can
metrics.addCustomChart(new SimplePie("authMode", () -> config.java().authType().toString().toLowerCase(Locale.ROOT))); metrics.addCustomChart(new SimplePie("authMode", () -> config.java().authType().toString().toLowerCase(Locale.ROOT)));