diff --git a/Source/Game/Network/PacketLog.cs b/Source/Game/Network/PacketLog.cs index 2f9c5ac40..676902d4c 100644 --- a/Source/Game/Network/PacketLog.cs +++ b/Source/Game/Network/PacketLog.cs @@ -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)) {