Fixed a typo, only 4 warnings left. --Rumble

This commit is contained in:
Rumble 2008-05-08 09:42:18 +00:00
parent 4f1403558a
commit 63c6808612
2 changed files with 4 additions and 6 deletions

View file

@ -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;