mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
In the interest of debug should show everything, add debug when registering an unknown flag.
This commit is contained in:
parent
afe874a59b
commit
9226aaff1f
@ -1973,6 +1973,7 @@ public class SQLManager implements AbstractDB {
|
||||
final PlotFlag<?, ?> plotFlag =
|
||||
GlobalFlagContainer.getInstance().getFlagFromString(flag);
|
||||
if (plotFlag == null) {
|
||||
PlotSquared.debug("Adding unknown flag to plot with ID " + id);
|
||||
plot.getFlagContainer().addUnknownFlag(flag, value);
|
||||
} else {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user