From: Ari Johnson Date: Wed, 21 Feb 2007 06:17:06 +0000 (+0000) Subject: Removed unnecessary/wrong "home" restriction X-Git-Tag: 0.73~139 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=874b9eef9c13949d8212a9cd1ea4e230566852d3;p=cobramush.git Removed unnecessary/wrong "home" restriction --- diff --git a/src/move.c b/src/move.c index a7d557c..e310d5d 100644 --- a/src/move.c +++ b/src/move.c @@ -359,10 +359,6 @@ void do_move(dbref player, const char *direction, enum move_type type) { dbref exit_m, loc, var_dest; - if(!strcasecmp(direction, "home") && can_move(player, "home")) { - notify(player, "Not right now pal."); - return; - } #ifdef RPMODE_SYS if(IsParalyzed(player)) { notify(player, "You are temporarily paralyzed.");