diff options
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/init.cpp b/src/init.cpp index 4d8594a9d..969263191 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -494,10 +494,6 @@ bool Anope::Init(int ac, char **av) /* Initialize multi-language support */ Language::InitLanguages(); - /* Initialize random number generator */ - block = Config->GetBlock("options"); - srand(block->Get<unsigned>("seed") ^ time(NULL)); - /* load modules */ Log() << "Loading modules..."; for (int i = 0; i < Config->CountBlock("module"); ++i) |