summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorPrzemysław Grzywacz <nexather@gmail.com>2013-05-22 16:04:19 +0200
committerPrzemysław Grzywacz <nexather@gmail.com>2013-05-22 16:04:19 +0200
commitf9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d (patch)
tree9a9825a138b1e1c0e383b4a187fcf2f0d24a247f /src/client.cpp
parent64520d5f1f3c124435797fccae9b68be69e04133 (diff)
downloadmana-client-f9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d.tar.gz
mana-client-f9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d.tar.bz2
mana-client-f9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d.tar.xz
mana-client-f9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d.zip
paths.xml content is now read from settings.xml
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);