Fix default map state edit flags
This commit is contained in:
parent
529d381933
commit
6c27a6cbd3
@ -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: {},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user