From: Rick Bird Date: Mon, 25 Apr 2011 05:05:45 +0000 (-0400) Subject: MATCH_EXACT seems like to may be a possible breaker. Changed to X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=f6c8177c77b37b94dc2a4e1b207a7031791fc390;p=cobramush.git MATCH_EXACT seems like to may be a possible breaker. Changed to MATCH_NONE. IssueID #250 --- diff --git a/src/match.c b/src/match.c index 51ec65b..ed4399c 100644 --- a/src/match.c +++ b/src/match.c @@ -564,7 +564,7 @@ MATCH_FUNC(match_list) MATCH_FUNC(match_exit) { dbref loc; - int mret = MATCH_EXACT; /* FIXME: temporary workaround, see #250 */ + int mret = MATCH_NONE; /* FIXME: temporary workaround, see #250 */ loc = (IsRoom(who)) ? who : Location(who); if (flags & MAT_REMOTES) {