mudlet-makers team mailing list archive
-
mudlet-makers team
-
Mailing list archive
-
Message #01324
[Bug 550316] [NEW] Need to add map_display 1 request for ATCP
Public bug reported:
Need to change
_h += "hello Mudlet 1.0.6\ncomposer 1\nchar_vitals 1\nroom_brief
1\nroom_exits 1\n";
To
_h += "hello Mudlet 1.0.6\ncomposer 1\nchar_vitals 1\nroom_brief
1\nroom_exits 1\nmap_display 1\n";
To enable the Client.Map display.
** Affects: mudlet
Importance: Low
Status: Confirmed
--
Need to add map_display 1 request for ATCP
https://bugs.launchpad.net/bugs/550316
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
Status in Mudlet the MUD client: Confirmed
Bug description:
Need to change
_h += "hello Mudlet 1.0.6\ncomposer 1\nchar_vitals 1\nroom_brief 1\nroom_exits 1\n";
To
_h += "hello Mudlet 1.0.6\ncomposer 1\nchar_vitals 1\nroom_brief 1\nroom_exits 1\nmap_display 1\n";
To enable the Client.Map display.
Follow ups
References