From 98d046645644ff59718a46e2d2bbc6b5f4620b28 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 27 Aug 2024 17:46:34 +0100 Subject: Fix mkentprops for real this time, probably Last fix was apparently enough to make the release work, but not enough to actually work in general, lol. With any luck, it's actually good now. --- src/engineapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engineapi.c') diff --git a/src/engineapi.c b/src/engineapi.c index b92de4d..6489d53 100644 --- a/src/engineapi.c +++ b/src/engineapi.c @@ -116,7 +116,7 @@ void engineapi_lateinit(void) { // 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_type && has_off_SP_offset && - has_DT_DataTable) { + has_DPT_DataTable) { initentprops(GetAllServerClasses(srvdll)); } } -- cgit v1.2.3