summaryrefslogtreecommitdiff
path: root/abaddon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'abaddon.cpp')
-rw-r--r--abaddon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/abaddon.cpp b/abaddon.cpp
index 6add0bb..8b08c8a 100644
--- a/abaddon.cpp
+++ b/abaddon.cpp
@@ -21,7 +21,7 @@
#endif
Abaddon::Abaddon()
- : m_settings("abaddon.ini")
+ : m_settings(Platform::FindConfigFile())
, m_emojis(GetResPath() + "/emojis.bin")
, m_discord(m_settings.GetUseMemoryDB()) { // stupid but easy
LoadFromSettings();