mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 20:42:55 +00:00
Lazy initialization
This commit is contained in:
parent
59c672d9a8
commit
95ad199f52
37 changed files with 263 additions and 207 deletions
|
@ -221,9 +221,9 @@ public class DebugUUID extends SubCommand {
|
|||
if (value != null) {
|
||||
plot.owner = value;
|
||||
}
|
||||
plot.trusted = new HashSet<>();
|
||||
plot.members = new HashSet<>();
|
||||
plot.denied = new HashSet<>();
|
||||
plot.getTrusted().clear();
|
||||
plot.getMembers().clear();
|
||||
plot.getDenied().clear();
|
||||
}
|
||||
|
||||
MainUtil.sendConsoleMessage("&7 - Deleting database");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue