ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/apply.C
(Generate patch)

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.196 by root, Wed Sep 2 22:52:36 2009 UTC vs.
Revision 1.197 by root, Sat Oct 3 18:46:26 2009 UTC

2613 case EXIT: 2613 case EXIT:
2614 if (who->type != PLAYER) 2614 if (who->type != PLAYER)
2615 return 0; 2615 return 0;
2616 2616
2617 if (!EXIT_PATH (op) || !is_legal_2ways_exit (who, op)) 2617 if (!EXIT_PATH (op) || !is_legal_2ways_exit (who, op))
2618 who->failmsg (format ("The %s is closed.", query_name (op))); 2618 who->failmsg (format ("The %s is closed. H<And will stay closed, until somebody fires up the map editor and adds it.>", query_name (op)));
2619 else 2619 else
2620 { 2620 {
2621 /* Don't display messages for random maps. */ 2621 /* Don't display messages for random maps. */
2622 if (op->msg && !EXIT_PATH (op).starts_with ("/!")) 2622 if (op->msg && !EXIT_PATH (op).starts_with ("/!"))
2623 who->statusmsg (op->msg, NDI_NAVY); 2623 who->statusmsg (op->msg, NDI_NAVY);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines