PennMUSH Incorp 182p3 - Unsured what item this relates to
authorRick Bird <nveid@bender.theari.com>
Fri, 25 Mar 2011 19:16:13 +0000 (15:16 -0400)
committerRick Bird <nveid@bender.theari.com>
Fri, 25 Mar 2011 19:16:13 +0000 (15:16 -0400)
 - Changed where parse_anon_attrib returns

src/utils.c

index ac8a068ed96534039f44bbc50eb491171736308d..67c427a05be170f97a3ee9129fef95272a19a84a 100644 (file)
@@ -149,8 +149,8 @@ parse_anon_attrib(dbref player, char *str, dbref *thing, ATTR **attrib)
       AL_FLAGS(*attrib) = AF_ANON;
       AL_NEXT(*attrib) = NULL;
       *thing = player;
-      return;
     }
+    return;
   }
   parse_attrib(player, str, thing, attrib);
 }