mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 14:58:06 +03:00
fixed link to plugins.ini (was in amxx/configs, now is in amxx/)
This commit is contained in:
parent
acb2ebaaf9
commit
91d4d821ec
@ -274,7 +274,7 @@ int Spawn( edict_t *pent ) {
|
|||||||
memset(g_players[0].flags,-1,sizeof(g_players[0].flags));
|
memset(g_players[0].flags,-1,sizeof(g_players[0].flags));
|
||||||
|
|
||||||
// ###### Load AMX scripts
|
// ###### Load AMX scripts
|
||||||
g_plugins.loadPluginsFromFile( "addons/amxx/configs/plugins.ini" );
|
g_plugins.loadPluginsFromFile( "addons/amxx/plugins.ini" );
|
||||||
|
|
||||||
// ###### Call precache forward function
|
// ###### Call precache forward function
|
||||||
g_dontprecache = false;
|
g_dontprecache = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user