mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02:00
Database changes
This commit is contained in:
@ -56,6 +56,9 @@ public class InboxOwner extends CommentInbox {
|
||||
plot.getSettings().addComment(comment);
|
||||
}
|
||||
}
|
||||
else {
|
||||
plot.getSettings().setComments(new ArrayList<PlotComment>());
|
||||
}
|
||||
TaskManager.runTask(whenDone);
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user