Update hedit.c

Bug report using wrong arg (thanks WhiskyTest)
This commit is contained in:
Rumble 2014-08-28 20:57:52 -07:00
parent cf9902bafe
commit f81cf24517

View file

@ -64,7 +64,7 @@ ACMD(do_oasis_hedit)
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.",
GET_NAME(ch));
hedit_save_to_disk(d);