Remove duplicated Initiative info from getInfo("server"). #739
Labels
bug
low
Low priority bug/enhancement
macro changes
This issue adds or changes macro functions. Extra work is required (testing, wiki, code editor)
tested
This issue has been QA tested by someone other than the developer.
Describe the bug
initiative owner permissions and initiative movement locked are both in the info returned by
getInfo("campaign")
making returning initiative owner permissions ingetInfo("server")
redundant and it isn't a configuration set on the Start Server dialog.Should be removed.
To Reproduce
Steps to reproduce the behavior:
getInfo("campaign")
and see both initiative settings in the result.getInfo("server")
and see just initiative owner permissions.Expected behavior
Only needed in one place. Remove from server info.
MapTool Info
Desktop (please complete the following information):
Additional context
See discussion in #738
The text was updated successfully, but these errors were encountered: