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

Comparing deliantra/server/common/object.C (file contents):
Revision 1.320 by root, Wed Apr 7 19:54:44 2010 UTC vs.
Revision 1.321 by root, Sat Apr 10 04:54:09 2010 UTC

1567 || (items < m->max_items 1567 || (items < m->max_items
1568 && ms.volume () < m->max_volume)) 1568 && ms.volume () < m->max_volume))
1569 return true; 1569 return true;
1570 1570
1571 if (originator && originator->is_player ()) 1571 if (originator && originator->is_player ())
1572 originator->contr->failmsg (format ( 1572 originator->contr->failmsgf (
1573 "No matter how hard you try, you just cannot put the %s here H<Try to remove some items from the floor first.>", 1573 "No matter how hard you try, you just cannot put the %s here H<Try to remove some items from the floor first.>",
1574 query_name () 1574 query_name ()
1575 )); 1575 );
1576 1576
1577 return false; 1577 return false;
1578} 1578}
1579 1579
1580/* 1580/*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines