From a803f2ef8768ad3e22a42bb7777e9a04dce0b722 Mon Sep 17 00:00:00 2001 From: Rustam Zigandarov <43823272+rust2@users.noreply.github.com> Date: Sat, 3 Dec 2022 13:40:18 +0500 Subject: [PATCH] string is not an integer string is not an integer --- plugins/include/fakemeta_stocks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {