Better UUID conversion

This commit is contained in:
boy0001 2015-05-01 17:52:32 +10:00
parent ea7926b0da
commit e792a85c00
2 changed files with 58 additions and 19 deletions

View file

@ -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;