Fix default map state edit flags

This commit is contained in:
Mitchell McCaffrey 2021-08-11 09:16:07 +10:00
parent 529d381933
commit 6c27a6cbd3

View File

@ -57,8 +57,7 @@ const defaultMapState: Omit<MapState, "mapId"> = {
tokens: {}, tokens: {},
drawings: {}, drawings: {},
fogs: {}, fogs: {},
// Flags to determine what other people can edit editFlags: ["drawing", "tokens", "notes"],
editFlags: ["drawing", "tokens", "notes", "fog"],
notes: {}, notes: {},
}; };