small fix for logdir

This commit is contained in:
phredi
2016-05-24 20:18:11 -05:00
parent 40845adbae
commit 11b3571965
+1 -1
View File
@@ -169,7 +169,7 @@ class EQEmuConfig : public XMLParser
LogDir = "logs/";
// Launcher
LogPrefix = "zone-";
LogPrefix = "logs/zone-";
LogSuffix = ".log";
RestartWait = 10000; //milliseconds
TerminateWait = 10000; //milliseconds