--- deliantra/server/socket/image.C 2007/03/14 15:44:47 1.32 +++ deliantra/server/socket/image.C 2007/03/14 16:23:26 1.33 @@ -240,15 +240,6 @@ void client::send_face (faceidx facenum) { - if (!facecache) - { - send_drawinfo ( - "*** Please enable face caching or use a client that supports it.\n", - NDI_RED - ); - return send_image (facenum); - } - // never send face 0. ever. it does not exist. if (!facenum) return; @@ -266,6 +257,15 @@ faces_sent[facenum] = true; + if (!facecache) + { + send_drawinfo ( + "*** Please enable image/face caching in preferences or use a client that supports it.\n", + NDI_RED + ); + return send_image (facenum); + } + packet sl; if (force_face0)