aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/World
diff options
context:
space:
mode:
authorclick <click@gonnamakeyou.com>2015-02-21 20:27:05 +0100
committerDuarte Duarte <dnpd.dd@gmail.com>2015-02-22 06:12:47 +0000
commit324c5fd7b7c909bfad4afbfee72d09dcc6c7aa7a (patch)
tree4023b848164f5983494dcc73dcd659cb900836cc /src/server/game/World
parentb7052d2ed735dca233b91c32f762b4156543aa97 (diff)
Core/Logs: Throw a little more sensible textoutput when missing maps/vmaps (the old text was a tad confusing mixing maps and vmaps etc).
(cherry picked from commit 4999864c4a85f49513fe9ef7e091f308c0343952)
Diffstat (limited to 'src/server/game/World')
-rw-r--r--src/server/game/World/World.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/World/World.cpp b/src/server/game/World/World.cpp
index fff5263bdde..0d157512e2b 100644
--- a/src/server/game/World/World.cpp
+++ b/src/server/game/World/World.cpp
@@ -1415,7 +1415,7 @@ void World::SetInitialWorldSettings()
!MapManager::ExistMapAndVMap(530, 10349.6f, -6357.29f) ||
!MapManager::ExistMapAndVMap(530, -3961.64f, -13931.2f))))
{
- TC_LOG_ERROR("server.loading", "Correct *.map files not found in path '%smaps' or *.vmtree/*.vmtile files in '%svmaps'. Please place *.map/*.vmtree/*.vmtile files in appropriate directories or correct the DataDir value in the worldserver.conf file.", m_dataPath.c_str(), m_dataPath.c_str());
+ TC_LOG_FATAL("server.loading", "Unable to load critical files - server shutting down !!!");
exit(1);
}