mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 06:36:44 +01:00
This should be a debug setting.
This commit is contained in:
parent
a79a3adcba
commit
92178ee696
@ -485,8 +485,9 @@ public class DBFunc {
|
||||
plots.put(worldname, map);
|
||||
}
|
||||
else {
|
||||
PlotMain.sendConsoleSenderMessage("&cPlot '" + p.id + "' in DB for world '" + p.world
|
||||
+ "' does not exist! Please create this world, or remove the plots from the DB!");
|
||||
if (PlotMain.config.getBoolean("debug" )) {
|
||||
PlotMain.sendConsoleSenderMessage("&cPlot '" + p.id + "' in DB for world '" + p.world + "' does not exist! Please create this world, or remove the plots from the DB!");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user