X-Git-Url: http://git.megabrutal.com/?p=pmprecache.git;a=blobdiff_plain;f=dllapi.cpp;h=942fc91d11d03840fbe42b52dbcaaf11ffed954e;hp=ae296dc0eb86ccd9a0f74e56c9a7dd137f2764bb;hb=HEAD;hpb=2ee322ae3b066ced604ec2e9a22ebe89770127f1 diff --git a/dllapi.cpp b/dllapi.cpp index ae296dc..942fc91 100644 --- a/dllapi.cpp +++ b/dllapi.cpp @@ -116,7 +116,7 @@ void ClientPutInServer( edict_t *pEntity ) { if (addPrecacheEntry( playername, modelname )) LOG_MESSAGE(PLID, "Added model %s to precache list", modelname); else - LOG_MESSAGE(PLID, "Model %s will not be precached - reduntant or precache list is full", modelname); + LOG_MESSAGE(PLID, "Model %s is not added - reduntant or precache list is full", modelname); } else { LOG_MESSAGE(PLID, "Unable to precache due to FILE MISSING: %s!", modelfile);