FOW functions: add "mapname" as valid argument #505
Labels
feature
Adding functionality that adds value
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.
Is your feature request related to a problem? Please describe.
The code in FogOfWarFunctions.java makes it clear that all FOW functions are intended to take "mapname" as an argument, but the feature is not available for some FOW functions because of a bug.
Describe the solution you'd like
Fix the bug and allow the argument "mapname" to work as intended.
Additional context
The bug can be fixed by replacing
by
in FogOfWarFunctions.java
The text was updated successfully, but these errors were encountered: