mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
Update natives.cpp
This commit is contained in:
parent
358eef1e51
commit
945499bd02
@ -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)");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user