mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 17:51:28 +00:00
Fix Loginserver log setting db load init
This commit is contained in:
parent
2ca37ae838
commit
22333ee40b
@ -165,7 +165,9 @@ int main(int argc, char **argv)
|
|||||||
LoadDatabaseConnection();
|
LoadDatabaseConnection();
|
||||||
|
|
||||||
if (argc == 1) {
|
if (argc == 1) {
|
||||||
LogSys.LoadLogDatabaseSettings()->StartFileLogs();
|
LogSys.SetDatabase(server.db)
|
||||||
|
->LoadLogDatabaseSettings()
|
||||||
|
->StartFileLogs();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user