Change to a warning not a error. closes #5
This commit is contained in:
@@ -155,7 +155,7 @@ namespace Game.Collision
|
|||||||
var filename = Global.WorldMgr.GetDataPath() + "/vmaps/GameObjectModels.dtree";
|
var filename = Global.WorldMgr.GetDataPath() + "/vmaps/GameObjectModels.dtree";
|
||||||
if (!File.Exists(filename))
|
if (!File.Exists(filename))
|
||||||
{
|
{
|
||||||
Log.outError(LogFilter.Server, "Unable to open '{0}' file.", filename);
|
Log.outWarn(LogFilter.Server, "Unable to open '{0}' file.", filename);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user