fix? #5218
This commit is contained in:
@@ -1697,7 +1697,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ // Paper start
|
||||
+ for (int i = 0; i < this.lines.size(); ++i) {
|
||||
+ net.kyori.adventure.text.Component component = this.lines.get(i);
|
||||
+ net.kyori.adventure.text.Component origComp = this.lines.get(i);
|
||||
+ net.kyori.adventure.text.Component origComp = this.originalLines.get(i);
|
||||
+ if (component.equals(origComp)) {
|
||||
continue; // The line contents are still the same, skip.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user