This commit is contained in:
Kawe Mazidjatari 2023-07-19 16:17:49 +02:00
parent ddfaea6ce2
commit cb4a037433

View File

@ -31,7 +31,7 @@ namespace VScriptCode
//-----------------------------------------------------------------------------
SQRESULT StubUnsupported(HSQUIRRELVM v)
{
v_SQVM_RaiseError(v, "This function is not supported on this builds.\n");
v_SQVM_RaiseError(v, "This function is not supported on this build\n");
return SQ_ERROR;
}