mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-11 22:38:10 +03:00
fixed bug where modules were queried / attached more times
This commit is contained in:
parent
dc971460ff
commit
ab6909a60c
@ -514,11 +514,11 @@ void attachMetaModModules(PLUG_LOADTIME now, const char* filename)
|
||||
if ( a )
|
||||
{
|
||||
g_FakeMeta.AddPlugin(mmpathname);
|
||||
g_FakeMeta.Meta_Query(gpMetaUtilFuncs);
|
||||
g_FakeMeta.Meta_Attach(now, gpMetaGlobals, gpGamedllFuncs);
|
||||
}
|
||||
}
|
||||
}
|
||||
g_FakeMeta.Meta_Query(gpMetaUtilFuncs);
|
||||
g_FakeMeta.Meta_Attach(now, gpMetaGlobals, gpGamedllFuncs);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user