summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 6b8ebca1..92c8c63a 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -755,9 +755,6 @@ int Client::exec()
false);
}
- // Read default paths file 'data/paths.xml'
- paths.init("paths.xml", true);
-
// TODO remove this as soon as inventoryhandler stops using this event
Event::trigger(Event::ClientChannel, Event::LoadingDatabases);