diff --git a/amxmodx/modules.cpp b/amxmodx/modules.cpp index ce180e14..5e5d4485 100755 --- a/amxmodx/modules.cpp +++ b/amxmodx/modules.cpp @@ -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); }