Undo of chest and signs previously replaced by each other makes them empty and invisible.
TheoRetisch1 opened this issue ยท 2 comments
Server Implementation
Paper
Server Version
1.18.1
Describe the bug
If you replace an existing chest, or sign via //copy
+//paste
with a new chest or sign and then undo this action with //undo
, the original chest and sign are empty and invisible.
To Reproduce
- Place a filled chest and a labelled sign in your world
- Copy a filled chest and a labelled sign
- Paste the filled chest and the labelled sign over the existing chest + sign
- //undo the action
-> the original box and sign are invisible and empty
Expected behaviour
//undo
should restore the original state of the filled chest and the labelled sign.
Screenshots / Videos
No response
Error log (if applicable)
No response
Fawe Debugpaste
https://athion.net/ISPaster/paste/view/bb0ff656dc67449f90ccc876c5e47ac6
Fawe Version
FastAsyncWorldEdit version 2.0.1-SNAPSHOT-76;e8f72d6
Checklist
- I have included a Fawe debugpaste.
- I am using the newest build from https://ci.athion.net/job/FastAsyncWorldEdit/ and the issue still persists.
Anything else?
No response
Duplicate of #1548 I guess?
I'm not so sure about that. //copy
and //paste
of chest contents has always worked 100%. There were no difficulties at all with the copied content. The difficulties only occur as soon as you try to restore the original state of the world with //undo
. But if you say it's technically the same problem, thanks for merging.