1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 02:46:37 +02:00

Remove some code that should have been removed in the merge.

This commit is contained in:
Sadie Powell
2024-11-19 19:54:23 +00:00
parent 687bcaa83f
commit 2cb20ded78
-1
View File
@@ -562,7 +562,6 @@ bool Anope::Init(int ac, char **av)
EventReturn MOD_RESULT;
FOREACH_RESULT(OnLoadDatabase, MOD_RESULT, ());
static_cast<void>(MOD_RESULT);
SocketEngine::Process();
Log() << "Databases loaded";
FOREACH_MOD(OnPostInit, ());