forked from kyonshi/grenzland-mud
Fixed a typo, only 4 warnings left. --Rumble
This commit is contained in:
@@ -1214,7 +1214,7 @@ ACMD(do_detach)
|
||||
}
|
||||
}
|
||||
|
||||
if (!arg3 == NULL || *arg3)
|
||||
if (arg3 == NULL || *arg3)
|
||||
send_to_char(ch, "You must specify a trigger to remove.\r\n");
|
||||
else
|
||||
trigger = arg3;
|
||||
|
||||
Reference in New Issue
Block a user