diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index 445995b46..a419c9f8d 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -460,6 +460,8 @@ void Anope::Init(int ac, char **av) EventReturn MOD_RESULT; FOREACH_RESULT(I_OnLoadDatabase, OnLoadDatabase()); Log() << "Databases loaded"; + + Serialize::CheckTypes(); } /*************************************************************************/ |