mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
&block -> *block
This commit is contained in:
parent
2df1cb5e21
commit
8a51226c39
@ -114,7 +114,7 @@ int CPluginMngr::loadPluginsFromFile(const char* filename, bool warn)
|
||||
}
|
||||
|
||||
bool skip = false;
|
||||
for (const auto &block : m_BlockList)
|
||||
for (const auto *block : m_BlockList)
|
||||
{
|
||||
if (block->compare(pluginName) == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user