forked from Upstream/mmocore
Removed paperlib check
This commit is contained in:
parent
3111ee6f13
commit
dd0a9adc92
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user