mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Update hedit.c
Bug report using wrong arg (thanks WhiskyTest)
This commit is contained in:
parent
cf9902bafe
commit
f81cf24517
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue