From: Rick Bird Date: Sun, 3 Apr 2011 00:12:21 +0000 (-0400) Subject: Fixed typo X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=3c5f50a8ea0ba6639fe5c2c39da29d1fc9c932e4;p=cobramush.git Fixed typo --- 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;