1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 19:43:13 +02:00

On startup check all object types

This commit is contained in:
Adam
2013-02-24 05:45:20 -05:00
parent a980e32581
commit 501503b7a5
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -460,6 +460,8 @@ void Anope::Init(int ac, char **av)
EventReturn MOD_RESULT;
FOREACH_RESULT(I_OnLoadDatabase, OnLoadDatabase());
Log() << "Databases loaded";
Serialize::CheckTypes();
}
/*************************************************************************/