diff options
author | Haru <haru@dotalux.com> | 2013-07-14 18:22:31 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-07-14 18:22:31 +0200 |
commit | 0b63deefd251a06b50a333facd6ad0e099e942b2 (patch) | |
tree | a8865c3d622f387175d04a8e879bfa6d0ed23933 /doc | |
parent | 75359a9cd5faeda4156b56cfc63e2e553cae1785 (diff) | |
download | hercules-0b63deefd251a06b50a333facd6ad0e099e942b2.tar.gz hercules-0b63deefd251a06b50a333facd6ad0e099e942b2.tar.bz2 hercules-0b63deefd251a06b50a333facd6ad0e099e942b2.tar.xz hercules-0b63deefd251a06b50a333facd6ad0e099e942b2.zip |
Removed the now unused optional 3rd parameter from removemapflag
- The parameter was only used in combination with MF_RESTRICTED, now
superseded by MF_ZONE
- Follow-up b08910e8, 90f117f6
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 471f98d03..ccb45e5e1 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6417,14 +6417,11 @@ may be a number or a string depending on the mapflag in question. --------------------------------------- -*removemapflag "<map name>",<flag>{,<zone>}; +*removemapflag "<map name>",<flag>; This command removes a mapflag from a specified map. See 'setmapflag' for a list of mapflags. -The zone optional parameter is used to remove the zone from restricted -mapflags. - --------------------------------------- *getmapflag("<map name>",<flag>) |