summaryrefslogtreecommitdiffhomepage
path: root/src/engineapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engineapi.c')
-rw-r--r--src/engineapi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engineapi.c b/src/engineapi.c
index 04e6a8c..b92de4d 100644
--- a/src/engineapi.c
+++ b/src/engineapi.c
@@ -115,7 +115,8 @@ void engineapi_lateinit(void) {
// > can detect that and set the SPROP_IS_VECTOR_ELEM flag.
// by doing this at the deferred stage, we avoid having to abs() everything
if (srvdll && has_vtidx_GetAllServerClasses && has_sz_SendProp &&
- has_off_SP_varname && has_off_SP_offset) {
+ has_off_SP_varname && has_off_SP_type && has_off_SP_offset &&
+ has_DT_DataTable) {
initentprops(GetAllServerClasses(srvdll));
}
}