From 3c5f50a8ea0ba6639fe5c2c39da29d1fc9c932e4 Mon Sep 17 00:00:00 2001 From: Rick Bird Date: Sat, 2 Apr 2011 20:12:21 -0400 Subject: [PATCH] Fixed typo --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index 9cbbfe6..fbadae6 100644 --- a/src/utils.c +++ b/src/utils.c @@ -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; -- 2.30.2