mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 21:13:11 +00:00
Fixes #405
This commit is contained in:
parent
d0b90c2679
commit
f471a05dcd
7 changed files with 182 additions and 173 deletions
|
@ -221,9 +221,9 @@ public class DebugUUID extends SubCommand {
|
|||
if (value != null) {
|
||||
plot.owner = value;
|
||||
}
|
||||
plot.trusted = new ArrayList<>();
|
||||
plot.members = new ArrayList<>();
|
||||
plot.denied = new ArrayList<>();
|
||||
plot.trusted = new HashSet<>();
|
||||
plot.members = new HashSet<>();
|
||||
plot.denied = new HashSet<>();
|
||||
}
|
||||
|
||||
MainUtil.sendConsoleMessage("&7 - Deleting database");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue