Moved back to always showing controls and removed option to disable map change

This commit is contained in:
Mitchell McCaffrey
2020-04-29 21:32:23 +10:00
parent 4b9b06395d
commit ccaa51fe84
5 changed files with 27 additions and 48 deletions

View File

@@ -24,7 +24,7 @@ const defaultMapState = {
fogDrawActionIndex: -1,
fogDrawActions: [],
// Flags to determine what other people can edit
editFlags: ["map", "drawings", "tokens"],
editFlags: ["drawing", "tokens"],
};
const defaultMapProps = {