--- deliantra/server/socket/image.C 2007/03/19 13:28:16 1.37 +++ deliantra/server/socket/image.C 2007/04/02 18:04:47 1.38 @@ -257,32 +257,10 @@ faces_sent[facenum] = true; + // if for some reason we let a client without face caching connect, + // we better support that decision here and implement it. if (!facecache) - { - send_drawinfo ( - "\n" - "\n" - "***\n" - "*** WARNING:\n" - "*** Your client does not support face/image caching,\n" - "*** or it has been disabled. Face caching is mandatory\n" - "*** so please enable it or use a newer client.\n" - "***\n" - "*** To enable it, look at your client preferences and reconnect:\n" - "***\n" - "*** CFPlus: all known versions automatically enable the facecache.\n" - "*** cfclient: use the -cache commandline option.\n" - "*** cfclient: map will not redraw automatically (bug).\n" - "*** gcfclient: use -cache commandline option, or enable\n" - "*** gcfclient: Client=>Configure=>Map & Image=>Cache Images.\n" - "*** jcrossclient: your client is broken, use CFPlus or gcfclient.\n" - "***\n" - "***\n", - NDI_RED - ); - //return; - return send_image (facenum); - } + return send_image (facenum); packet sl;