Fix movement

This commit is contained in:
Dapoolp 2025-08-13 02:04:03 +02:00
parent 9f545477ae
commit 57d16d4081

View file

@ -72,4 +72,8 @@ export default class DHToken extends TokenDocument {
}
return attributes;
}
_shouldRecordMovementHistory() {
return false;
}
}