mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-31 20:13:33 +01:00
Copy NBT in upgrade data neighbor ticks
This commit is contained in:
parent
e9d300a828
commit
14f834f0a5
1 changed files with 1 additions and 1 deletions
|
@ -17052,7 +17052,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ if (outOfBounds == null) {
|
||||
+ outOfBounds = Types.NBT.createEmptyList();
|
||||
+ }
|
||||
+ outOfBounds.addMap(tick);
|
||||
+ outOfBounds.addMap(tick.copy());
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Add table
Reference in a new issue