From 91d4d821ec5278c0f1cfb753a10021234fcb92a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johnny=20Bergstr=C3=B6m?= Date: Tue, 9 Mar 2004 09:39:09 +0000 Subject: [PATCH] fixed link to plugins.ini (was in amxx/configs, now is in amxx/) --- amxmodx/meta_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amxmodx/meta_api.cpp b/amxmodx/meta_api.cpp index 389fbe4f..1f031dc4 100755 --- a/amxmodx/meta_api.cpp +++ b/amxmodx/meta_api.cpp @@ -274,7 +274,7 @@ int Spawn( edict_t *pent ) { memset(g_players[0].flags,-1,sizeof(g_players[0].flags)); // ###### Load AMX scripts - g_plugins.loadPluginsFromFile( "addons/amxx/configs/plugins.ini" ); + g_plugins.loadPluginsFromFile( "addons/amxx/plugins.ini" ); // ###### Call precache forward function g_dontprecache = false;