--- deliantra/server/socket/request.C 2007/03/14 15:44:47 1.77 +++ deliantra/server/socket/request.C 2007/03/15 14:59:43 1.78 @@ -578,11 +578,26 @@ "*** or it has been disabled. Face caching is mandatory\n" "*** so please enable it or use a newer client.\n" "***\n" - "*** I will proceed as if face caching were enabled.\n" - "\n" + "*** Look at your client preferences:\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 ); + + if (strstr (ns->version, "jcrossclient")) + /* let them, for now*/; + else + { + ns->flush (); + //ns->destroy (); + } //ns->facecache = true; }