mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
toggle command not fully fixed in last update (sorry) - It's fixed this time
This commit is contained in:
parent
28fb33f349
commit
5e3ffd750b
2 changed files with 2 additions and 1 deletions
|
@ -34,6 +34,8 @@ OLC copy and delete options.
|
||||||
export (QQ's a zone into a tarball)
|
export (QQ's a zone into a tarball)
|
||||||
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist)
|
||||||
(lots of major bugfixes too)
|
(lots of major bugfixes too)
|
||||||
|
[Jun 01 2009] - Jamdog
|
||||||
|
Bug-Fix: toggle command not fully fixed in last update (sorry) - It's fixed this time!
|
||||||
[May 28 2009] - Jamdog
|
[May 28 2009] - Jamdog
|
||||||
Bug-Fix: toggle command broke adding autodoor/autokey - toggle color command is usable again!
|
Bug-Fix: toggle command broke adding autodoor/autokey - toggle color command is usable again!
|
||||||
[May 24 2009] - Jamdog
|
[May 24 2009] - Jamdog
|
||||||
|
|
|
@ -1887,7 +1887,6 @@ ACMD(do_toggle)
|
||||||
{"autoassist", PRF_AUTOASSIST, 0,
|
{"autoassist", PRF_AUTOASSIST, 0,
|
||||||
"Autoassist disabled.\r\n",
|
"Autoassist disabled.\r\n",
|
||||||
"Autoassist enabled.\r\n"},
|
"Autoassist enabled.\r\n"},
|
||||||
{"screenwidth", 0, 0, "\n", "\n"},
|
|
||||||
{"automap", PRF_AUTOMAP, 1,
|
{"automap", PRF_AUTOMAP, 1,
|
||||||
"You will no longer see the mini-map.\r\n",
|
"You will no longer see the mini-map.\r\n",
|
||||||
"You will now see a mini-map at the side of room descriptions.\r\n"},
|
"You will now see a mini-map at the side of room descriptions.\r\n"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue