mirror of
https://github.com/anope/anope.git
synced 2026-06-29 06:06:37 +02:00
A few minor fixups
This commit is contained in:
@@ -84,7 +84,7 @@ class DBFlatFile : public Module
|
||||
void OnReload()
|
||||
{
|
||||
ConfigReader config;
|
||||
DatabaseFile = config.ReadValue("flatfile", "database", "anope.db", 0);
|
||||
DatabaseFile = config.ReadValue("db_flatfile", "database", "anope.db", 0);
|
||||
}
|
||||
|
||||
EventReturn OnLoadDatabase()
|
||||
|
||||
Reference in New Issue
Block a user