From 28fb33f349a5873851f32805bd2238d617223ab4 Mon Sep 17 00:00:00 2001 From: JamDog Date: Thu, 28 May 2009 11:59:21 +0000 Subject: [PATCH] Bug-Fix: toggle command broke since last release - fixed before next one :) --- changelog | 2 ++ src/act.informative.c | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/changelog b/changelog index fbadcff..7290b79 100644 --- a/changelog +++ b/changelog @@ -34,6 +34,8 @@ OLC copy and delete options. export (QQ's a zone into a tarball) Xlist (mlist, olist, rlist, zlist, slist, tlist, qlist) (lots of major bugfixes too) +[May 28 2009] - Jamdog + Bug-Fix: toggle command broke adding autodoor/autokey - toggle color command is usable again! [May 24 2009] - Jamdog Bug-Fix: sedit, copy shop option was causing a crash (Thanks slicer) [May 21 2009] - Jamdog diff --git a/src/act.informative.c b/src/act.informative.c index 87fdc37..e88f628 100644 --- a/src/act.informative.c +++ b/src/act.informative.c @@ -1872,10 +1872,6 @@ ACMD(do_toggle) {"afk", PRF_AFK, 0, "AFK is now Off.\r\n", "AFK is now On.\r\n"}, - {"color", 0, 0, "\n", "\n"}, - {"syslog", 0, LVL_IMMORT, "\n", "\n"}, - {"wimpy", 0, 0, "\n", "\n"}, - {"pagelength", 0, 0, "\n", "\n"}, {"autoloot", PRF_AUTOLOOT, 0, "Autoloot disabled.\r\n", "Autoloot enabled.\r\n"}, @@ -1901,6 +1897,11 @@ ACMD(do_toggle) {"autodoor", PRF_AUTODOOR, 0, "You will now need to specify a door direction when opening, closing and unlocking.\r\n", "You will now find the next available door when opening, closing or unlocking.\r\n"}, + {"color", 0, 0, "\n", "\n"}, + {"syslog", 0, LVL_IMMORT, "\n", "\n"}, + {"wimpy", 0, 0, "\n", "\n"}, + {"pagelength", 0, 0, "\n", "\n"}, + {"screenwidth", 0, 0, "\n", "\n"}, {"\n", 0, -1, "\n", "\n"} /* must be last */ };