Moved timer tool out of the map controls and into the party controls

This commit is contained in:
Mitchell McCaffrey
2020-08-04 16:26:53 +10:00
parent 6e0eb8e3ba
commit fc4d36963f
8 changed files with 145 additions and 113 deletions

View File

@@ -153,7 +153,6 @@ function Map({
disabledControls.push("pan");
disabledControls.push("measure");
disabledControls.push("pointer");
disabledControls.push("timer");
}
if (!allowFogDrawing) {
disabledControls.push("fog");