Add File Version

This commit is contained in:
Sn0wStorm
2013-09-05 20:05:19 +02:00
parent dee9208b82
commit 67a9a9e124
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -454,6 +454,8 @@ public class P extends JavaPlugin {
saveWorldNames(configFile, oldData.getConfigurationSection("Worlds"));
configFile.set("Version", "0.4");
try {
configFile.save(datafile);
} catch (IOException e) {