mirror of
https://github.com/anope/anope.git
synced 2026-07-05 09:13:15 +02:00
Fixed these ModuleManager::Attach calls once and for all..
This commit is contained in:
@@ -132,7 +132,7 @@ class DBMySQL : public Module
|
||||
Implementation i[] = {
|
||||
I_OnLoadDatabase, I_OnServerConnect
|
||||
};
|
||||
ModuleManager::Attach(i, this, 2);
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
ModuleManager::RegisterService(&commandsqlsync);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user