mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 10:14:42 +02:00
Be a bit more helpful with deleted plotworlds and invalid db entries
This commit is contained in:
@ -3223,8 +3223,9 @@ public class SQLManager implements AbstractDB {
|
||||
continue;
|
||||
}
|
||||
if (plot.getArea() == null) {
|
||||
LOGGER.error("CRITICAL ERROR IN VALIDATION TASK!");
|
||||
LOGGER.error("CRITICAL ERROR IN VALIDATION TASK: {}", plot);
|
||||
LOGGER.error("PLOT AREA CANNOT BE NULL! SKIPPING PLOT!");
|
||||
LOGGER.info("Delete this entry from your database or set `database-purger: true` in the settings.yml");
|
||||
continue;
|
||||
}
|
||||
if (database == null) {
|
||||
|
Reference in New Issue
Block a user