mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Copy the timstamp over to the LKI copy of a card (may be necessary to "prove" that the card and its LKI copy are the same, e.g. for the purpose of some triggers).
This commit is contained in:
@@ -323,6 +323,9 @@ public final class CardUtil {
|
||||
|
||||
newCopy.setZone(in.getZone());
|
||||
|
||||
// copy the timestamp, necessary for the purpose of triggers that test the timestamp of a LKI-copied card.
|
||||
newCopy.setTimestamp(in.getTimestamp());
|
||||
|
||||
return newCopy;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user