Always call save() after modifying something

This commit is contained in:
AsamK 2015-12-12 22:09:06 +01:00
parent 9a1b348ed2
commit 208e12bdc6
2 changed files with 9 additions and 2 deletions

View file

@ -240,7 +240,6 @@ public class Main {
break;
}
m.save();
System.exit(0);
}