mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Server: improve error message on empty class var value
Should be value as this is a key value system.
This commit is contained in:
parent
66a271d003
commit
452c226316
@ -240,7 +240,7 @@ namespace VScriptCode
|
|||||||
|
|
||||||
if (!VALID_CHARSTAR(val))
|
if (!VALID_CHARSTAR(val))
|
||||||
{
|
{
|
||||||
v_SQVM_ScriptError("Empty or null class var");
|
v_SQVM_ScriptError("Empty or null class value");
|
||||||
SCRIPT_CHECK_AND_RETURN(v, SQ_ERROR);
|
SCRIPT_CHECK_AND_RETURN(v, SQ_ERROR);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user