DarkflameUniverse / NexusDashboard

Dashboard for Complete Management of a DLU game server
GNU Affero General Public License v3.0
47 stars 7 forks source link

ND looks for cdclient.sqlite when CDServer.sqlite is actually needed #55

Closed luxaritas closed 2 years ago

luxaritas commented 2 years ago

If you provide it a cdclient instead of a CDServer, certain aspects of ND will not work (eg, the send mail page IIRC). ND should prefer opening CDServer.sqlite instead of cdclient.sqlite if present so that luclient can be symlinked to the same client dir as the DLU server

aronwk-aaron commented 2 years ago

I'll see about making it able to use both for easier configuration and backwards compatability