actually we dont need this one
This commit is contained in:
parent
73e387c87b
commit
64d16370f2
1 changed files with 0 additions and 3 deletions
|
@ -65,9 +65,6 @@ public class Main extends JavaPlugin implements Listener, CommandExecutor {
|
||||||
}
|
}
|
||||||
return Integer.toString(Math.round(maxMemory/512) * 512);
|
return Integer.toString(Math.round(maxMemory/512) * 512);
|
||||||
}));
|
}));
|
||||||
metrics.addCustomChart(new SimplePie("os_arch", () -> {
|
|
||||||
return System.getProperty("os.arch");
|
|
||||||
}));
|
|
||||||
if (!(configFile.exists())) {
|
if (!(configFile.exists())) {
|
||||||
saveResource("config.yml", false);
|
saveResource("config.yml", false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue