mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-01-08 19:33:58 +01:00
ensure it builds
This commit is contained in:
parent
a44edb3b62
commit
02a361edaa
1 changed files with 3 additions and 1 deletions
|
@ -492,7 +492,9 @@ public class GeyserImpl implements GeyserApi, EventRegistrar {
|
|||
logger::info,
|
||||
metricsPlatform.logFailedRequests(),
|
||||
metricsPlatform.logSentData(),
|
||||
metricsPlatform.logResponseStatusText());
|
||||
metricsPlatform.logResponseStatusText(),
|
||||
metricsPlatform.disableRelocateCheck()
|
||||
);
|
||||
metrics.addCustomChart(new SingleLineChart("players", sessionManager::size));
|
||||
// Prevent unwanted words best we can
|
||||
metrics.addCustomChart(new SimplePie("authMode", () -> config.java().authType().toString().toLowerCase(Locale.ROOT)));
|
||||
|
|
Loading…
Reference in a new issue