From: MegaBrutal Date: Sun, 31 Dec 2023 04:00:00 +0000 (+0100) Subject: Correct misleading message X-Git-Url: http://git.megabrutal.com/?p=pmprecache.git;a=commitdiff_plain;h=HEAD;ds=sidebyside Correct misleading message --- 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); diff --git a/meta_api.cpp b/meta_api.cpp index a3daa7c..7b88df9 100644 --- a/meta_api.cpp +++ b/meta_api.cpp @@ -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 ", // author "http://megabrutal.com/", // url "PMPreCache", // logtag, all caps please