mirror of
https://github.com/anope/anope.git
synced 2026-07-01 11:06:38 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -360,7 +360,7 @@ class DBPlain : public Module
|
||||
this->SetAuthor("Anope");
|
||||
|
||||
Implementation i[] = { I_OnReload, I_OnDatabaseRead, I_OnLoadDatabase, I_OnDatabaseReadMetadata, I_OnSaveDatabase, I_OnModuleLoad };
|
||||
ModuleManager::Attach(i, this, 6);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
OnReload();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user