geforkt von Mirrors/FastAsyncWorldEdit
Identity.combine(other) should just return other.
Dieser Commit ist enthalten in:
Ursprung
63411b427a
Commit
e3ae22da80
@ -41,7 +41,7 @@ public class Identity implements Transform {
|
||||
if (other instanceof Identity) {
|
||||
return this;
|
||||
} else {
|
||||
return new CombinedTransform(this, other);
|
||||
return other;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren