mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-17 07:40:13 +01:00
Zonereset Fix (#60)
* Fixed Zoneresets Confirmation Message * Quick fix for Zonereset Toggle
This commit is contained in:
parent
43bf0e8f84
commit
0a9cab1109
2 changed files with 6 additions and 6 deletions
|
|
@ -220,12 +220,12 @@ ACMD(do_gen_tog);
|
||||||
#define SCMD_AUTOMAP 25
|
#define SCMD_AUTOMAP 25
|
||||||
#define SCMD_AUTOKEY 26
|
#define SCMD_AUTOKEY 26
|
||||||
#define SCMD_AUTODOOR 27
|
#define SCMD_AUTODOOR 27
|
||||||
#define SCMD_COLOR 28
|
#define SCMD_ZONERESETS 28
|
||||||
#define SCMD_SYSLOG 29
|
#define SCMD_SYSLOG 29
|
||||||
#define SCMD_WIMPY 30
|
#define SCMD_WIMPY 30
|
||||||
#define SCMD_PAGELENGTH 31
|
#define SCMD_PAGELENGTH 31
|
||||||
#define SCMD_SCREENWIDTH 32
|
#define SCMD_SCREENWIDTH 32
|
||||||
#define SCMD_ZONERESETS 33
|
#define SCMD_COLOR 33
|
||||||
|
|
||||||
/* do_quit */
|
/* do_quit */
|
||||||
ACMD(do_quit);
|
ACMD(do_quit);
|
||||||
|
|
|
||||||
|
|
@ -1918,14 +1918,14 @@ ACMD(do_toggle)
|
||||||
{"autodoor", PRF_AUTODOOR, 0,
|
{"autodoor", PRF_AUTODOOR, 0,
|
||||||
"You will now need to specify a door direction when opening, closing and unlocking.\r\n",
|
"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"},
|
"You will now find the next available door when opening, closing or unlocking.\r\n"},
|
||||||
{"color", 0, 0, "\n", "\n"},
|
{"zoneresets", PRF_ZONERESETS, LVL_IMPL,
|
||||||
|
"You will no longer see zone resets.\r\n",
|
||||||
|
"You will now see zone resets.\r\n"},
|
||||||
{"syslog", 0, LVL_IMMORT, "\n", "\n"},
|
{"syslog", 0, LVL_IMMORT, "\n", "\n"},
|
||||||
{"wimpy", 0, 0, "\n", "\n"},
|
{"wimpy", 0, 0, "\n", "\n"},
|
||||||
{"pagelength", 0, 0, "\n", "\n"},
|
{"pagelength", 0, 0, "\n", "\n"},
|
||||||
{"screenwidth", 0, 0, "\n", "\n"},
|
{"screenwidth", 0, 0, "\n", "\n"},
|
||||||
{"zoneresets", PRF_ZONERESETS, LVL_IMPL,
|
{"color", 0, 0, "\n", "\n"},
|
||||||
"You will no longer see zone resets.\r\n",
|
|
||||||
"You will now see zone resets.\r\n"},
|
|
||||||
{"\n", 0, -1, "\n", "\n"} /* must be last */
|
{"\n", 0, -1, "\n", "\n"} /* must be last */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue