mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-29 12:14:42 +02:00
Fixes #405
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user