mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-14 21:07:59 +00:00
Remove debug
This commit is contained in:
parent
15c7957d0e
commit
506455ae40
1 changed files with 0 additions and 1 deletions
|
@ -344,7 +344,6 @@ public abstract class PlotArea {
|
||||||
}
|
}
|
||||||
for (Entry<String, Object> stringObjectEntry : options.entrySet()) {
|
for (Entry<String, Object> stringObjectEntry : options.entrySet()) {
|
||||||
if (!config.contains(stringObjectEntry.getKey())) {
|
if (!config.contains(stringObjectEntry.getKey())) {
|
||||||
PS.get().log(stringObjectEntry.toString());
|
|
||||||
config.set(stringObjectEntry.getKey(), stringObjectEntry.getValue());
|
config.set(stringObjectEntry.getKey(), stringObjectEntry.getValue());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue