mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-24 00:34:28 +00:00
Identity.combine(other) should just return other.
This commit is contained in:
@ -41,7 +41,7 @@ public class Identity implements Transform {
|
||||
if (other instanceof Identity) {
|
||||
return this;
|
||||
} else {
|
||||
return new CombinedTransform(this, other);
|
||||
return other;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user