Correct misleading message
[pmprecache.git] / dllapi.cpp
index ae296dc0eb86ccd9a0f74e56c9a7dd137f2764bb..942fc91d11d03840fbe42b52dbcaaf11ffed954e 100644 (file)
@@ -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);