Database changes

This commit is contained in:
boy0001
2015-08-11 07:03:34 +10:00
parent a6d3c77d5a
commit 7a6f9e061d
9 changed files with 887 additions and 840 deletions

View File

@ -56,6 +56,9 @@ public class InboxOwner extends CommentInbox {
plot.getSettings().addComment(comment);
}
}
else {
plot.getSettings().setComments(new ArrayList<PlotComment>());
}
TaskManager.runTask(whenDone);
}
});