actually we dont need this one

This commit is contained in:
Minecon724 2022-02-03 20:00:24 +01:00
parent 73e387c87b
commit 64d16370f2
1 changed files with 0 additions and 3 deletions

View File

@ -65,9 +65,6 @@ public class Main extends JavaPlugin implements Listener, CommandExecutor {
}
return Integer.toString(Math.round(maxMemory/512) * 512);
}));
metrics.addCustomChart(new SimplePie("os_arch", () -> {
return System.getProperty("os.arch");
}));
if (!(configFile.exists())) {
saveResource("config.yml", false);
}