Update hedit.c
Bug report using wrong arg (thanks WhiskyTest)
This commit is contained in:
@@ -64,7 +64,7 @@ ACMD(do_oasis_hedit)
|
|||||||
|
|
||||||
d = ch->desc;
|
d = ch->desc;
|
||||||
|
|
||||||
if (!str_cmp("save", argument)) {
|
if (!str_cmp("save", arg)) {
|
||||||
mudlog(CMP, MAX(LVL_BUILDER, GET_INVIS_LEV(ch)), TRUE, "OLC: %s saves help files.",
|
mudlog(CMP, MAX(LVL_BUILDER, GET_INVIS_LEV(ch)), TRUE, "OLC: %s saves help files.",
|
||||||
GET_NAME(ch));
|
GET_NAME(ch));
|
||||||
hedit_save_to_disk(d);
|
hedit_save_to_disk(d);
|
||||||
|
|||||||
Reference in New Issue
Block a user