Remove debug message

This commit is contained in:
RuscalWorld 2021-05-24 19:20:55 +03:00
parent 8514f86e37
commit 495d55e242
No known key found for this signature in database
GPG key ID: 4F53776031D128ED

View file

@ -10,7 +10,6 @@ public class OnlinePlayers extends Metric {
@Override
public double getCurrentValue(FabricExporter exporter) {
System.out.println(exporter.getServer().getCurrentPlayerCount());
return exporter.getServer().getCurrentPlayerCount();
}
}