diff --git a/r5dev/game/shared/vscript_shared.cpp b/r5dev/game/shared/vscript_shared.cpp index 5c639d04..1cb43ac3 100644 --- a/r5dev/game/shared/vscript_shared.cpp +++ b/r5dev/game/shared/vscript_shared.cpp @@ -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; }