Opps. Same thing/

This commit is contained in:
Andrew 2013-10-22 07:19:50 +13:00
parent 0ca3c26ba1
commit 8b26ab7f2a

View file

@ -61,7 +61,7 @@ public class FlagWatcher {
public FlagWatcher clone() {
FlagWatcher cloned = new FlagWatcher(disguise);
cloned.entityValues = (HashMap<Integer, Object>) entityValues.clone();
cloned.setArmor(items.clone());
cloned.items = items.clone();
return cloned;
}