Save the configuration file after we converted items.

This commit is contained in:
graywolf336 2014-03-14 15:30:59 -05:00
parent 1f6881177a
commit b2a8e6c89c

View File

@ -375,6 +375,7 @@ public class LegacyManager {
}
}
pl.saveConfig();
pl.getLogger().info("Converted " + count + " old config value" + (count == 1 ? "" : "s") + ".");
}
}