diff --git a/src/game/server/vscript_server.cpp b/src/game/server/vscript_server.cpp index 3e9f929a..4dd77b44 100644 --- a/src/game/server/vscript_server.cpp +++ b/src/game/server/vscript_server.cpp @@ -240,7 +240,7 @@ namespace VScriptCode 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); }