cvars: allow to set very long descriptions
cvars: added full descriptions to yb+restricted_weapons (closes #659) crlib: update submodule fix: send server messages should split as string and not stringref to keep null-terminated chunks
This commit is contained in:
parent
c322e36d9b
commit
b8fb2e8845
9 changed files with 77 additions and 58 deletions
|
|
@ -933,8 +933,8 @@ CR_EXPORT int Meta_Query (char *ifvers, plugin_info_t **pPlugInfo, mutil_funcs_t
|
|||
|
||||
// check for interface version compatibility
|
||||
if (strcmp (ifvers, Plugin_info.ifvers) != 0) {
|
||||
auto mdll = StringRef (ifvers).split (":");
|
||||
auto pdll = StringRef (META_INTERFACE_VERSION).split (":");
|
||||
auto mdll = String (ifvers).split (":");
|
||||
auto pdll = String (META_INTERFACE_VERSION).split (":");
|
||||
|
||||
gpMetaUtilFuncs->pfnLogError (PLID, "%s: meta-interface version mismatch (metamod: %s, %s: %s)", Plugin_info.name, ifvers, Plugin_info.name, Plugin_info.ifvers);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue