--- deliantra/server/common/object.C 2010/04/07 19:54:44 1.320 +++ deliantra/server/common/object.C 2010/04/10 04:54:09 1.321 @@ -1569,10 +1569,10 @@ return true; if (originator && originator->is_player ()) - originator->contr->failmsg (format ( + originator->contr->failmsgf ( "No matter how hard you try, you just cannot put the %s here H", query_name () - )); + ); return false; }