mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 14:03:22 +00:00
Better UUID conversion
This commit is contained in:
parent
ea7926b0da
commit
e792a85c00
2 changed files with 58 additions and 19 deletions
|
@ -217,7 +217,7 @@ public class DebugUUID extends SubCommand {
|
|||
|
||||
MainUtil.sendConsoleMessage("&7 - Updating plot objects");
|
||||
|
||||
for (Plot plot : PlotSquared.getPlots()) {
|
||||
for (Plot plot : PlotSquared.getPlotsRaw()) {
|
||||
UUID value = uCMap.get(plot.owner);
|
||||
if (value != null) {
|
||||
plot.owner = value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue