mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix typo
This commit is contained in:
parent
ddfaea6ce2
commit
cb4a037433
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user