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);
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