summaryrefslogtreecommitdiffstats
path: root/logic/minecraft/ModList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/minecraft/ModList.cpp')
-rw-r--r--logic/minecraft/ModList.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/minecraft/ModList.cpp b/logic/minecraft/ModList.cpp
index c943c254..a77c5890 100644
--- a/logic/minecraft/ModList.cpp
+++ b/logic/minecraft/ModList.cpp
@@ -38,6 +38,7 @@ ModList::ModList(const QString &dir, const QString &list_file)
void ModList::startWatching()
{
+ update();
is_watching = m_watcher->addPath(m_dir.absolutePath());
if (is_watching)
{