Opps. Same thing/
This commit is contained in:
parent
0ca3c26ba1
commit
8b26ab7f2a
@ -61,7 +61,7 @@ public class FlagWatcher {
|
|||||||
public FlagWatcher clone() {
|
public FlagWatcher clone() {
|
||||||
FlagWatcher cloned = new FlagWatcher(disguise);
|
FlagWatcher cloned = new FlagWatcher(disguise);
|
||||||
cloned.entityValues = (HashMap<Integer, Object>) entityValues.clone();
|
cloned.entityValues = (HashMap<Integer, Object>) entityValues.clone();
|
||||||
cloned.setArmor(items.clone());
|
cloned.items = items.clone();
|
||||||
return cloned;
|
return cloned;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user