mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Identity.combine(other) should just return other.
This commit is contained in:
parent
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user