Correct misleading message master
authorMegaBrutal <megabrutal+github@megabrutal.com>
Sun, 31 Dec 2023 04:00:00 +0000 (05:00 +0100)
committerMegaBrutal <megabrutal+github@megabrutal.com>
Sun, 31 Dec 2023 04:00:00 +0000 (05:00 +0100)
dllapi.cpp
meta_api.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);
index a3daa7c5617b5e4a663ab99b0040fba7f49678df..7b88df98bb86aa0c04ac4a44fb764aeb92c846b9 100644 (file)
@@ -60,8 +60,8 @@ static META_FUNCTIONS gMetaFunctionTable = {
 plugin_info_t Plugin_info = {
        META_INTERFACE_VERSION, // ifvers
        "PMPreCache",   // name
-       "0.0",  // version
-       "2022/03/29",   // date
+       "0.1",  // version
+       "2023/12/31",   // date
        "MegaBrutal <megabrutal@gmail.com>",    // author
        "http://megabrutal.com/",       // url
        "PMPreCache",   // logtag, all caps please