diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/BlockBucket.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/BlockBucket.java index ddec24deb..d8a6e9cba 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/BlockBucket.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/BlockBucket.java @@ -110,6 +110,7 @@ import java.util.Map.Entry; unassigned.add(entry.getKey()); } else { sum += entry.getValue(); + temp.put(entry.getKey(), entry.getValue()); } } //