mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
This should be a debug setting.
This commit is contained in:
parent
a79a3adcba
commit
92178ee696
1 changed files with 3 additions and 2 deletions
|
@ -485,8 +485,9 @@ public class DBFunc {
|
||||||
plots.put(worldname, map);
|
plots.put(worldname, map);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
PlotMain.sendConsoleSenderMessage("&cPlot '" + p.id + "' in DB for world '" + p.world
|
if (PlotMain.config.getBoolean("debug" )) {
|
||||||
+ "' does not exist! Please create this world, or remove the plots from the DB!");
|
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 a new issue