projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48eebe
)
Fixed typo
author
Rick Bird
<nveid@bender.theari.com>
Sun, 3 Apr 2011 00:12:21 +0000
(20:12 -0400)
committer
Rick Bird
<nveid@bender.theari.com>
Sun, 3 Apr 2011 00:12:21 +0000
(20:12 -0400)
src/utils.c
patch
|
blob
|
history
diff --git
a/src/utils.c
b/src/utils.c
index 9cbbfe645ab9a604fb27d4eae31b1d8272063186..fbadae69f49c6a4193786ebde825e08e33057453 100644
(file)
--- 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_
fir
st")
+ handle = MODULE_FUNCRET(m->handle, "module_can_interact_
la
st")
if(handle) {
if((lci = handle(from, to , type)) != NOTHING)
return lci;