From 14f68c8e2cd76dacb537e282c7e3a4633e11b3d8 Mon Sep 17 00:00:00 2001 From: MegaBrutal Date: Sun, 31 Dec 2023 05:00:00 +0100 Subject: [PATCH] Correct misleading message --- dllapi.cpp | 2 +- meta_api.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1