Update natives.cpp

This commit is contained in:
A1mDev 2024-11-19 09:34:27 +07:00
parent 358eef1e51
commit 945499bd02

View File

@ -1446,7 +1446,6 @@ cell_t Native_SetParamObjectPtrVarVector(IPluginContext *pContext, const cell_t
vec->z = sp_ctof(buffer[2]); vec->z = sp_ctof(buffer[2]);
return 1; return 1;
} }
return pContext->ThrowNativeError("Invalid Object value type (not a type of vector)"); return pContext->ThrowNativeError("Invalid Object value type (not a type of vector)");
} }