Removed paperlib check

This commit is contained in:
Indyuce 2021-06-19 23:55:32 +02:00
parent 3111ee6f13
commit dd0a9adc92

View File

@ -169,8 +169,6 @@ public class MMOCore extends LuminePlugin {
new Metrics(this);
saveDefaultConfig();
PaperLib.getMinecraftVersion();
final int configVersion = getConfig().contains("config-version", true) ? getConfig().getInt("config-version") : -1;
final int defConfigVersion = getConfig().getDefaults().getInt("config-version");
if (configVersion != defConfigVersion) {