mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
adapted for new CList
This commit is contained in:
parent
f5eb46d234
commit
dc971460ff
@ -2528,7 +2528,7 @@ bool CFakeMeta::AddCorePlugin()
|
||||
CFakeMetaPlugin *pPlugin = new CFakeMetaPlugin("[AMXX Core]");
|
||||
if (!pPlugin)
|
||||
return false;
|
||||
m_Plugins.put(pPlugin);
|
||||
m_Plugins.put_front(pPlugin);
|
||||
// Set its status to running so functions are called in it
|
||||
pPlugin->SetStatus(PL_RUNNING);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user