summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/modules.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/modules.cpp b/src/core/modules.cpp
index b6ddb33cf0..179faf5531 100644
--- a/src/core/modules.cpp
+++ b/src/core/modules.cpp
@@ -103,6 +103,7 @@ int LoadDefaultModules(void)
switch ( LoadDefaultServiceModePlugin()) {
case SERVICE_CONTINUE: // continue loading Miranda normally
+ case SERVICE_ONLYDB: // load database and go to the message cycle
break;
case SERVICE_MONOPOLY: // unload database and go to the message cycle
return 0;