Fix the wrong logs directory being displayed on panic

This commit is contained in:
Capucho 2020-03-22 22:06:05 +00:00
parent 0c9ef6d5d9
commit 0358caa173

View File

@ -133,7 +133,9 @@ fn main() {
Panic Payload: {:?}\n\
PanicInfo: {}\n\
Game version: {} [{}]",
Settings::get_settings_path()
Settings::load()
.log
.logs_path
.join("voxygen-<date>.log")
.display(),
reason,