mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
small fix for logdir
This commit is contained in:
@@ -169,7 +169,7 @@ class EQEmuConfig : public XMLParser
|
||||
LogDir = "logs/";
|
||||
|
||||
// Launcher
|
||||
LogPrefix = "zone-";
|
||||
LogPrefix = "logs/zone-";
|
||||
LogSuffix = ".log";
|
||||
RestartWait = 10000; //milliseconds
|
||||
TerminateWait = 10000; //milliseconds
|
||||
|
||||
Reference in New Issue
Block a user