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

Comparing deliantra/server/socket/item.C (file contents):
Revision 1.33 by root, Fri Jan 12 01:29:13 2007 UTC vs.
Revision 1.34 by root, Mon Jan 15 02:39:41 2007 UTC

631 * Sends item's info to player. 631 * Sends item's info to player.
632 */ 632 */
633void 633void
634esrv_send_item (object *pl, object *op) 634esrv_send_item (object *pl, object *op)
635{ 635{
636 if (!pl->contr->ns)
637 return;
638
636 /* If this is not the player object, do some more checks */ 639 /* If this is not the player object, do some more checks */
637 if (op != pl) 640 if (op != pl)
638 { 641 {
639 /* We only send 'visibile' objects to the client */ 642 /* We only send 'visibile' objects to the client */
640 if (!op->client_visible ()) 643 if (!op->client_visible ())

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines