From 913b72451daeea4d7d4bb6a6ae499ea5a9ac87ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Mon, 8 Mar 2004 08:36:23 +0000 Subject: [PATCH] fixed return create_entity(szClassname[]) --- plugins/include/Vexd_Utilities.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/Vexd_Utilities.inc b/plugins/include/Vexd_Utilities.inc index ff816a6a..3c463ae5 100755 --- a/plugins/include/Vexd_Utilities.inc +++ b/plugins/include/Vexd_Utilities.inc @@ -49,7 +49,7 @@ stock Entvars_Set_Byte(iIndex, iVariable, iNewValue) return entity_set_byte(iIndex, iVariable, iNewValue) stock CreateEntity(szClassname[]) - return create_entity(szClassname[]) + return create_entity(szClassname) stock ENT_SetModel(iIndex, szModel[]) return entity_set_model(iIndex, szModel)