Removed unnecessary/wrong "home" restriction
authorAri Johnson <ari@cobramush.org>
Wed, 21 Feb 2007 06:17:06 +0000 (06:17 +0000)
committerAri Johnson <ari@cobramush.org>
Wed, 21 Feb 2007 06:17:06 +0000 (06:17 +0000)
src/move.c

index a7d557c4ca3d7e166554ddb0ecb3010df7dd87aa..e310d5d3ddfa3b54679db8e60fcded8219f15d4f 100644 (file)
@@ -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.");