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: {},
|
||||
drawings: {},
|
||||
fogs: {},
|
||||
// Flags to determine what other people can edit
|
||||
editFlags: ["drawing", "tokens", "notes", "fog"],
|
||||
editFlags: ["drawing", "tokens", "notes"],
|
||||
notes: {},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user