diff --git a/core/smn_entities.cpp b/core/smn_entities.cpp index 97b624fe..f8b2f458 100644 --- a/core/smn_entities.cpp +++ b/core/smn_entities.cpp @@ -527,4 +527,5 @@ REGISTER_NATIVES(entityNatives) {"SetEntDataEnt", SetEntDataEnt}, {"SetEntDataFloat", SetEntDataFloat}, {"SetEntDataVector", SetEntDataVector}, + {NULL, NULL} };