Remove debug message
This commit is contained in:
parent
8514f86e37
commit
495d55e242
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue