mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 07:32:03 -07:00
Copy NBT in upgrade data neighbor ticks
This commit is contained in:
@@ -17052,7 +17052,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ if (outOfBounds == null) {
|
+ if (outOfBounds == null) {
|
||||||
+ outOfBounds = Types.NBT.createEmptyList();
|
+ outOfBounds = Types.NBT.createEmptyList();
|
||||||
+ }
|
+ }
|
||||||
+ outOfBounds.addMap(tick);
|
+ outOfBounds.addMap(tick.copy());
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
|
Reference in New Issue
Block a user