Fixed typo
authorRick Bird <nveid@bender.theari.com>
Sun, 3 Apr 2011 00:12:21 +0000 (20:12 -0400)
committerRick Bird <nveid@bender.theari.com>
Sun, 3 Apr 2011 00:12:21 +0000 (20:12 -0400)
src/utils.c

index 9cbbfe645ab9a604fb27d4eae31b1d8272063186..fbadae69f49c6a4193786ebde825e08e33057453 100644 (file)
@@ -835,7 +835,7 @@ can_interact(dbref from, dbref to, int type)
     return 1;
 
   MODULE_ITER(m) {
-   handle =  MODULE_FUNCRET(m->handle, "module_can_interact_first")
+   handle =  MODULE_FUNCRET(m->handle, "module_can_interact_last")
    if(handle) {
      if((lci = handle(from, to , type)) != NOTHING)
        return lci;