Don't compare NBT names - they are no longer persistant.
Dieser Commit ist enthalten in:
Ursprung
c137640fee
Commit
65e665aa59
@ -227,8 +227,7 @@ class WrappedElement<TType> implements NbtWrapper<TType> {
|
|||||||
|
|
||||||
// Make sure we're dealing with the same type
|
// Make sure we're dealing with the same type
|
||||||
if (other.getType().equals(getType())) {
|
if (other.getType().equals(getType())) {
|
||||||
return Objects.equal(getName(), other.getName()) &&
|
return Objects.equal(getValue(), other.getValue());
|
||||||
Objects.equal(getValue(), other.getValue());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren