diff options
Diffstat (limited to 'modules/database/db_sql.cpp')
-rw-r--r-- | modules/database/db_sql.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_sql.cpp b/modules/database/db_sql.cpp index 40b24b0aa..c32c12e2e 100644 --- a/modules/database/db_sql.cpp +++ b/modules/database/db_sql.cpp @@ -183,7 +183,7 @@ class DBSQL : public Module } } - return EVENT_CONTINUE; + return EVENT_STOP; } }; |