--- deliantra/server/common/object.C 2012/11/12 03:14:32 1.355 +++ deliantra/server/common/object.C 2012/11/12 03:48:34 1.356 @@ -1583,9 +1583,9 @@ && ms.volume () < m->max_volume)) return true; - if (originator && originator->is_player ()) - originator->contr->failmsgf ( - "No matter how hard you try, you just cannot put the %s here H", + if (originator) + originator->failmsgf ( + "No matter how hard you try, you just cannot put the %s here! H", query_name () );