Forgot one directory fix for logs.

This commit is contained in:
hondacrx
2017-10-29 10:09:06 -04:00
parent c0431f8a17
commit ce516bfb75
+1 -1
View File
@@ -29,7 +29,7 @@ public class PacketLog
static PacketLog()
{
string logsDir = ConfigMgr.GetDefaultValue("LogsDir", "");
string logsDir = AppContext.BaseDirectory + ConfigMgr.GetDefaultValue("LogsDir", "");
string logname = ConfigMgr.GetDefaultValue("PacketLogFile", "");
if (!string.IsNullOrEmpty(logname))
{