diff --git a/plugins/include/sdktools.inc b/plugins/include/sdktools.inc index fa871a9e30..ed59213076 100644 --- a/plugins/include/sdktools.inc +++ b/plugins/include/sdktools.inc @@ -89,7 +89,8 @@ enum SDKType SDKType_Edict, /**< edict_t (always as pointer) */ SDKType_String, /**< NULL-terminated string (always as pointer) */ SDKType_Bool, /**< Boolean (any) */ - SDKType_Pointer, /**< Pointer (pass in an array) */ + SDKType_Object, + SDKType_Pointer, /**< Pointer (pass in an array) */ }; enum SDKPassMethod