diff --git a/plugins/include/fakemeta_stocks.inc b/plugins/include/fakemeta_stocks.inc index 088f951e..7b5635ba 100755 --- a/plugins/include/fakemeta_stocks.inc +++ b/plugins/include/fakemeta_stocks.inc @@ -89,7 +89,7 @@ stock EF_CreateEntity() { stock EF_RemoveEntity(const ENTITY) { return engfunc(EngFunc_RemoveEntity, ENTITY); } -stock EF_CreateNamedEntity(const CLASSNAME) { +stock EF_CreateNamedEntity(const CLASSNAME[]) { return engfunc(EngFunc_CreateNamedEntity, CLASSNAME); } stock EF_MakeStatic(const ENTITY) {