Added last edited by in default token state

This commit is contained in:
Mitchell McCaffrey 2020-05-22 20:09:02 +10:00
parent 0304236558
commit 00c24c34a4

View File

@ -32,6 +32,7 @@ function Tokens({ onMapTokenStateCreate }) {
statuses: [],
x: token.x,
y: token.y,
lastEditedBy: userId,
});
}
}