diff options
author | Adam <Adam@anope.org> | 2014-12-29 17:26:20 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-12-29 17:26:20 -0500 |
commit | 8ab1c71d7dc7a0d47e5711dc72e3fc9c3ee850bb (patch) | |
tree | d65f46a60e49d51ee1f0192de22c35e3cdd322c9 /src/init.cpp | |
parent | ed920366d69801bab7fc276fa24296b7f1264ff2 (diff) |
Allow configuring casemaps
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index 853cf7209..0b381cbf6 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -290,8 +290,6 @@ void Anope::Init(int ac, char **av) umask(DEFUMASK); #endif - //Serialize::RegisterTypes(); - /* Parse command line arguments */ ParseCommandLineArguments(ac, av); |