diff options
author | Przemysław Grzywacz <nexather@gmail.com> | 2013-05-22 16:04:19 +0200 |
---|---|---|
committer | Przemysław Grzywacz <nexather@gmail.com> | 2013-05-22 16:04:19 +0200 |
commit | f9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d (patch) | |
tree | 9a9825a138b1e1c0e383b4a187fcf2f0d24a247f /src/client.cpp | |
parent | 64520d5f1f3c124435797fccae9b68be69e04133 (diff) | |
download | mana-f9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d.tar.gz mana-f9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d.tar.bz2 mana-f9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d.tar.xz mana-f9cd8a5d6b4460ffcb945979d1e8cd8ebadc9b8d.zip |
paths.xml content is now read from settings.xml
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
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); |